mingwmake.bat
changeset 241 1c8126a813fa
parent 143 7ad7f1c76b45
child 427 a7f5e6de19d2
child 588 2c0295b3fcae
equal deleted inserted replaced
240:1a99345a6547 241:1c8126a813fa
    11 @pushd ..\..\rules
    11 @pushd ..\..\rules
    12 @call find_mingw.bat
    12 @call find_mingw.bat
    13 @popd
    13 @popd
    14 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
    14 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
    15 
    15 
       
    16 @echo "***********************************"
       
    17 @echo "Buildung stx/goodies/petitparser/analyzer
       
    18 @echo "***********************************"
       
    19 @cd analyzer
       
    20 @call mingwmake %1 %2
       
    21 @cd ..
    16 
    22 
       
    23 @echo "***********************************"
       
    24 @echo "Buildung stx/goodies/petitparser/tests
       
    25 @echo "***********************************"
       
    26 @cd tests
       
    27 @call mingwmake %1 %2
       
    28 @cd ..
       
    29 
       
    30