summaryrefslogtreecommitdiffstats
path: root/samples/user_guide/clients/echo_blocking.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/user_guide/clients/echo_blocking.mk')
-rw-r--r--samples/user_guide/clients/echo_blocking.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/user_guide/clients/echo_blocking.mk b/samples/user_guide/clients/echo_blocking.mk
index 207e5b0..24c6a47 100644
--- a/samples/user_guide/clients/echo_blocking.mk
+++ b/samples/user_guide/clients/echo_blocking.mk
@@ -13,8 +13,8 @@
# 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" echo_blocking.C echo_util.c /I.\..\..\..\include /c
- @link.exe /nologo echo_blocking.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking.exe
+ @cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking.C echo_util.c /I.\..\..\..\..\include /c
+ @link.exe /nologo echo_blocking.obj echo_util.obj /LIBPATH:.\..\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking.exe