Return to makebin32.bat CVS log | Up to [local] / OpenXM_contrib2 / windows |
version 1.8, 2013/08/05 11:47:03 | version 1.10, 2013/08/30 18:18:11 | ||
---|---|---|---|
|
|
||
@rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.7 2013/08/05 11:41:40 ohara Exp $ | @rem $OpenXM: OpenXM_contrib2/windows/makebin32.bat,v 1.9 2013/08/27 07:07:42 ohara Exp $ | ||
@echo off | @echo off | ||
set ARCH=x86 | set ARCH=x86 | ||
|
|
||
nmake -f Makefile.vc6 | nmake -f Makefile.vc6 | ||
popd | popd | ||
for %%i in ( asir2000lib engine2000 mcpp asir32gui ) do ( | for %%i in ( asir2000lib engine2000 mcpp asir32gui post-msg-asirgui ..\asir2000 ) do ( | ||
pushd %%i | pushd %%i | ||
nmake -f Makefile.vc | nmake -f Makefile.vc | ||
popd | popd | ||
) | ) | ||
pushd asir32gui | |||
nmake -f Makefile.vc LANG=en | |||
popd | |||
pushd ..\asir2000 | |||
nmake -f Makefile.vc | |||
popd |