source: proiecte/swift/trunk/lib/hoard-371/src/compile-winhoard.cmd @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 381 bytes
Line 
1@echo off
2echo Building winhoard.dll.
3cl /MD /Iheaplayers /Iheaplayers/util /nologo /Ob2 /Ox /Oy /DNDEBUG /D_MT /c winhoard.cpp
4cl /MD /Iheaplayers /Iheaplayers/util /nologo /Ob2 /Ox /Oy /DNDEBUG /D_MT /c usewinhoard.cpp
5cl /LD winhoard.obj /link /base:0x63000000 kernel32.lib msvcrt.lib /subsystem:console /dll /incremental:no /entry:HoardDllMain
6echo *****
7echo Build complete.
8
Note: See TracBrowser for help on using the repository browser.