summaryrefslogtreecommitdiffstats
path: root/samples/user_guide/clients/echo_rest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/user_guide/clients/echo_rest.mk')
-rw-r--r--samples/user_guide/clients/echo_rest.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/user_guide/clients/echo_rest.mk b/samples/user_guide/clients/echo_rest.mk
new file mode 100644
index 0000000..a815594
--- /dev/null
+++ b/samples/user_guide/clients/echo_rest.mk
@@ -0,0 +1,8 @@
+echo:
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_rest.C echo_util.c /I.\..\..\..\include /c
+ @link.exe /nologo echo_rest.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_rest.exe
+
+
+
+
+