mingwmake.bat
author convert-repo
Sun, 29 Jul 2018 03:51:29 +0000
changeset 851 f54518cda3e7
parent 544 045d88134e1d
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
544
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
pushd common
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
call mingwmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
popd 
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
pushd mercurial
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
call mingwmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
popd