Author: nandika
Date: Wed Feb 6 22:10:35 2008
New Revision: 619281
URL: http://svn.apache.org/viewvc?rev=619281&view=rev
Log:
makefile updated
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=619281&r1=619280&r2=619281&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/build/win32/makefile (original)
+++ webservices/sandesha/trunk/c/build/win32/makefile Wed Feb 6 22:10:35 2008
@@ -28,20 +28,6 @@
/LIBPATH:$(SANDESHADISTDIR)\lib
LIBS = axutil.lib axiom.lib axis2_parser.lib axis2_engine.lib
axis2_http_receiver.lib axis2_http_sender.lib
-
-#!if "$(WITH_SQLITE)" == "1"
-#SANDESHA2_CODE = $(SANDESHA2_CODE) \
-# $(SANDESHASRC)\src\storage\sqlite\*.c
-#!endif
-#
-#!if "$(WITH_MYSQL)" == "1"
-#SANDESHA2_CODE = $(SANDESHA2_CODE) \
-# $(SANDESHASRC)\src\storage\mysql\*.c
-#CFLAGS = $(CFLAGS) /I$(MYSQL_BIN_DIR)\include
-#LDFLAGS = $(LDFLAGS) /LIBPATH:$(MYSQL_BIN_DIR)\lib\opt
-#LIBS =$(LIBS) libmysql.lib
-#!endif
-
#debug symbols
!if "$(DEBUG)" == "1"
CFLAGS = $(CFLAGS) /D "_DEBUG" /Od /Z7 $(CRUNTIME)d
@@ -328,4 +314,4 @@
dist: clean distdir intdir sandesha2 sandesha2_client copy_samples samples
copy_xml copy_include copy_extra
-dist_no_samples: clean distdir intdir sandesha2 copy_xml copy_include
copy_extra
+dist_no_samples: clean distdir intdir sandesha2 sandesha2_client copy_xml
copy_include copy_extra
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]