mingwmake.bat
changeset 2686 240a8febfeb9
parent 2678 c865275e48a7
child 2731 13f5be2bf83b
--- a/mingwmake.bat	Mon Sep 09 12:58:59 2013 +0200
+++ b/mingwmake.bat	Mon Sep 09 12:59:01 2013 +0200
@@ -3,70 +3,10 @@
 @REM type mingwmake, and wait...
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
-@SET DEFINES=
-@REM Kludge got Mercurial, cannot be implemented in Borland make
-@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
-@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
 
 @pushd ..\rules
 @call find_mingw.bat
 @popd
-make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/examples/tomcat6
-@echo "***********************************"
-@cd examples\tomcat6
-@call mingwmake %1 %2
-@cd ..\..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/mauve
-@echo "***********************************"
-@cd mauve
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/experiments
-@echo "***********************************"
-@cd experiments
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/examples
-@echo "***********************************"
-@cd examples
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/benchmarks
-@echo "***********************************"
-@cd benchmarks
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/libs
-@echo "***********************************"
-@cd libs
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/tools
-@echo "***********************************"
-@cd tools
-@call mingwmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/startup
-@echo "***********************************"
-@cd startup
-@call mingwmake %1 %2
-@cd ..
+make.exe -N -f bc.mak %USEMINGW_ARG% %*