From d4198686d4f7696a4ea494b8a11daf5c42ba2425 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Thu, 29 Jun 2006 19:04:25 +0100 Subject: [PATCH] Mps hw-gc example: w3.bat to build it on windows Copied from Perforce Change: 159479 ServerID: perforce.ravenbrook.com --- mps/example/hw-gc/w3.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mps/example/hw-gc/w3.bat diff --git a/mps/example/hw-gc/w3.bat b/mps/example/hw-gc/w3.bat new file mode 100644 index 00000000000..3734c1b10a2 --- /dev/null +++ b/mps/example/hw-gc/w3.bat @@ -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