mingwmake.bat
branchjv
changeset 12627 cd43df2b0272
parent 12626 7ae48abfedac
child 13471 3ee11c3d0306
--- a/mingwmake.bat	Mon Apr 01 14:07:29 2013 +0100
+++ b/mingwmake.bat	Tue Apr 02 11:13:20 2013 +0100
@@ -11,6 +11,13 @@
 @pushd ..\rules
 @call find_mingw.bat
 @popd
-make.exe -N -f bc.mak %USEMINGW_ARG% %*
+make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
+
+@echo "***********************************"
+@echo "Buildung stx/libtool/smallsense
+@echo "***********************************"
+@cd smallsense
+@call mingwmake %1 %2
+@cd ..