From 017528e5892bed9f7241cf62785e744e32c891c9 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 8 Jun 2011 19:34:05 +0000 Subject: makefile updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133519 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build/win32/makefile b/build/win32/makefile index 192c7cf..7249340 100644 --- a/build/win32/makefile +++ b/build/win32/makefile @@ -1279,6 +1279,7 @@ axis2_clients_intdir: @if not exist $(AXIS2_INTDIR_CLI)\mtom mkdir $(AXIS2_INTDIR_CLI)\mtom @if not exist $(AXIS2_INTDIR_CLI)\mtom_callback mkdir $(AXIS2_INTDIR_CLI)\mtom_callback @if not exist $(AXIS2_INTDIR_CLI)\ntlm mkdir $(AXIS2_INTDIR_CLI)\ntlm + @if not exist $(AXIS2_INTDIR_CLI)\ntlm_postcheck mkdir $(AXIS2_INTDIR_CLI)\ntlm_postcheck AXIS2_SAMPLES_BIN = $(AXIS2_BINDIR)\samples\bin @@ -1370,14 +1371,14 @@ $(AXIS2_SAMPLES_BIN)\ntlm.exe : axis2_client_ntlm: $(AXIS2_SAMPLES_BIN)\ntlm.exe -$(AXIS2_SAMPLES_BIN)\ntlmpost.exe : +$(AXIS2_SAMPLES_BIN)\ntlm_postcheck.exe : $(CC) $(CFLAGS) $(AXIS2_SOURCE_DIR)\samples\client\ntlm\ntlm_post_with_check.c \ - $(AXIS2_SOURCE_DIR)\samples\client\ntlm\ntlm_util.c /Fo$(AXIS2_INTDIR_CLI)\ntlm\ /c - $(LD) $(LDFLAGS) /FIXED:No $(AXIS2_INTDIR_CLI)\ntlm\*.obj $(AXUTIL).lib $(AXIOM).lib \ - $(AXIS2_PARSER).lib $(LIBS) $(AXIS2_ENGINE).lib /OUT:$(AXIS2_SAMPLES_BIN)\ntlm.exe + $(AXIS2_SOURCE_DIR)\samples\client\ntlm\ntlm_util.c /Fo$(AXIS2_INTDIR_CLI)\ntlm_postcheck\ /c + $(LD) $(LDFLAGS) /FIXED:No $(AXIS2_INTDIR_CLI)\ntlm_postcheck\*.obj $(AXUTIL).lib $(AXIOM).lib \ + $(AXIS2_PARSER).lib $(LIBS) $(AXIS2_ENGINE).lib /OUT:$(AXIS2_SAMPLES_BIN)\ntlm_postcheck.exe -@$(_VC_MANIFEST_EMBED_EXE) -axis2_client_ntlmpost: $(AXIS2_SAMPLES_BIN)\ntlm_post.exe +axis2_client_ntlmpost: $(AXIS2_SAMPLES_BIN)\ntlm_postcheck.exe axis2_client_userguide_int: @if not exist $(AXIS2_INTDIR)\userguide\echo_blocking mkdir $(AXIS2_INTDIR)\userguide\echo_blocking -- cgit v1.1-32-gdbae