1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

Mps hw-gc example: w3.bat to build it on windows

Copied from Perforce
 Change: 159479
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2006-06-29 19:04:25 +01:00
parent b992fba80c
commit d4198686d4

12
mps/example/hw-gc/w3.bat Normal file
View file

@ -0,0 +1,12 @@
REM Batch file to build and run example code
REM $Id$
REM /NODEFAULTLIB:library
cl /I..\..\code hwgc01.c /Fohwgc01 ..\..\code\w3i3mv\ci\mps.lib ..\..\code\w3i3mv\ci\mpsplan.lib
hwgc01.exe
cl /I..\..\code hwgc02.c /Fohwgc02 ..\..\code\w3i3mv\ci\mps.lib ..\..\code\w3i3mv\ci\mpsplan.lib ..\..\code\w3i3mv\ci\fmtno.obj
hwgc02.exe