examples/tomcat6/bc.mak
branchdevelopment
changeset 1940 8ff0e3c0e83e
parent 1938 7a770798a64a
child 2069 75d40b7b986f
--- a/examples/tomcat6/bc.mak	Fri Jan 11 00:06:52 2013 +0000
+++ b/examples/tomcat6/bc.mak	Fri Jan 11 00:10:42 2013 +0000
@@ -83,7 +83,7 @@
 target: ALL postBuildCleanup
 
 # the executable, all required files and a self-installing-installer-exe
-ALL:: prereq exe $(REQUIRED_SUPPORT_DIRS)  postBuildCleanup setup
+ALL:: prereq exe $(REQUIRED_SUPPORT_DIRS) ant postBuildCleanup setup
 
 exe:  newBuildDate  consoleApp
 
@@ -474,6 +474,10 @@
 	copy $(TOP)\include\symbols.stc symbols.stc
 
 
+ant:
+	ant -f apache-tomcat-6.0.35-src\build.xml
+
+