Author: samisa
Date: Mon Apr 16 03:05:51 2007
New Revision: 529186

URL: http://svn.apache.org/viewvc?view=rev&rev=529186
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/build/win32/makefile

Modified: webservices/axis2/trunk/c/build/win32/makefile
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/makefile?view=diff&rev=529186&r1=529185&r2=529186
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Mon Apr 16 03:05:51 2007
@@ -778,6 +778,7 @@
 
 tcpmon: 
        if not exist $(AXIS2_INTDIR)\tools\tcpmon mkdir 
$(AXIS2_INTDIR)\tools\tcpmon
+       if not exist $(AXIS2_TOOLS) mkdir $(AXIS2_TOOLS)
        $(CC) /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D 
"_CRT_SECURE_NO_DEPRECATE" $(AXIS2_INCLUDE_PATH) \
        /I $(AXIS2_SOURCE_DIR)\tools\tcpmon\include \
        $(AXIS2_SOURCE_DIR)\tools\tcpmon\src\*.c 
/Fo$(AXIS2_INTDIR)\tools\tcpmon\ /c



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to