summaryrefslogtreecommitdiffstats
path: root/samples/client/mtom_callback
diff options
context:
space:
mode:
authorGravatar nandika2010-08-19 08:29:49 +0000
committerGravatar nandika2010-08-19 08:29:49 +0000
commita7517f9104fa71e1f7245cc10c4c2f88a4b79beb (patch)
treea70d1d7360757ee35a81976b37b14534296a895c /samples/client/mtom_callback
parent4d691c7261a6a996d6dc08a10bd9ec5cfadd5f2e (diff)
downloadaxis2c-a7517f9104fa71e1f7245cc10c4c2f88a4b79beb.tar.gz
axis2c-a7517f9104fa71e1f7245cc10c4c2f88a4b79beb.tar.bz2
makefiles updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples/client/mtom_callback')
-rw-r--r--samples/client/mtom_callback/mtom_callback.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/client/mtom_callback/mtom_callback.mk b/samples/client/mtom_callback/mtom_callback.mk
index 7962891..2a352d6 100644
--- a/samples/client/mtom_callback/mtom_callback.mk
+++ b/samples/client/mtom_callback/mtom_callback.mk
@@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
echo:
- @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
- @link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom_callback.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\..\include /c
+ @link.exe /nologo *.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom_callback.exe