Files
harbour-core/harbour/buildvc.bat
1999-09-16 03:41:57 +00:00

9 lines
196 B
Batchfile

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