Files
harbour-core/harbour/contrib/hbzlib/make_vc.bat
Luiz Rafael Culik 423790ecba Added linux makefiles
2004-04-03 04:21:31 +00:00

22 lines
255 B
Batchfile

@echo off
rem
rem $Id$
rem
if not exist obj md obj
:BUILD
nmake -fmakefile.vc %1 %2 %3 > make_vc.log
if errorlevel 1 goto BUILD_ERR
:BUILD_OK
copy ..\..\lib\vc\hbzip.lib ..\..\lib > nul
goto EXIT
:BUILD_ERR
notepad make_vc.log
:EXIT