Files
harbour-core/harbour/buildvc.bat
Patrick Mast 2d7f9af843 19990718-15:44 CET Patrick Mast <harbour@PatrickMast.com>
* /test/working/buildvc.bat For PRG -> EXE with MSVC++
  * buildvc.bat Includes MASM'ing Symbols.obj now
1999-07-18 13:55:43 +00:00

4 lines
166 B
Batchfile

del buildVC.err
masm source\compiler\symbols.asm obj\symbols.obj obj\symbols.lst obj\symbols.crf > BuildVC.err
nmake /f makefile.vc >> BuildVC.err
notepad buildVC.err