* /test/working/buildvc.bat For PRG -> EXE with MSVC++ * buildvc.bat Includes MASM'ing Symbols.obj now
3 lines
241 B
Batchfile
3 lines
241 B
Batchfile
..\..\bin\harbour %1 /n
|
|
cl -Fd..\..\bin\harbour -w -Zi -TP -GZ -GA -DDEBUG -DHARBOUR_USE_GTAPI -DHARBOUR_USE_WIN_GTAPI -I..\..\include %1.c /link /subsystem:CONSOLE ..\..\obj\symbols.obj ..\..\libs\vc\harbour.lib ..\..\libs\vc\terminal.lib
|