Files
harbour-core/harbour/buildvc.bat
1999-09-14 22:43:46 +00:00

10 lines
197 B
Batchfile

rem
rem $Id$
rem
@echo off
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