You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by na...@apache.org on 2007/11/21 06:00:31 UTC

svn commit: r596936 - /webservices/sandesha/trunk/c/build/win32/makefile

Author: nandika
Date: Tue Nov 20 21:00:30 2007
New Revision: 596936

URL: http://svn.apache.org/viewvc?rev=596936&view=rev
Log:
makefile updated to compile embeded sqlite

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

Modified: webservices/sandesha/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build/win32/makefile?rev=596936&r1=596935&r2=596936&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/build/win32/makefile (original)
+++ webservices/sandesha/trunk/c/build/win32/makefile Tue Nov 20 21:00:30 2007
@@ -20,7 +20,7 @@
 	     
 #compiler options
 CC = @cl.exe
-CFLAGS = /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AXIS2_DECLARE_EXPORT" /w /nologo \
+CFLAGS = /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AXIS2_DECLARE_EXPORT" /D "_WIN32_WINNT=0x0400" /w /nologo \
 	/I$(AXIS2_BIN_DIR)\include  /I$(SANDESHASRC)\include 
 
 #linker options 
@@ -31,10 +31,7 @@
 
 !if "$(WITH_SQLITE)" == "1"
 SANDESHA2_CODE = $(SANDESHA2_CODE) \
-				$(SANDESHASRC)\src\storage\sqlite\*.c
-CFLAGS = $(CFLAGS) /I$(SQLITE_SRC_DIR)
-LDFLAGS = $(LDFLAGS) /LIBPATH:$(SQLITE_SRC_DIR)
-LIBS = $(LIBS) sqlite3.lib
+		$(SANDESHASRC)\src\storage\sqlite\*.c
 !endif
 
 !if "$(WITH_MYSQL)" == "1"
@@ -96,6 +93,7 @@
 
 clean :
 	@if exist $(SANDESHADISTDIR) rmdir /S /Q $(SANDESHADISTDIR)
+	@if exist $(SANDESHA2_INTDIR) rmdir /S /Q $(SANDESHA2_INTDIR)
 
 distclean :
 	@if exist $(SANDESHADISTDIR) rmdir /S /Q $(SANDESHADISTDIR)



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org