mactype/build.vc2005.bat
MacType 07a1eee62c Initial release. Some files may missing, please report.
Dependency not included.

Deps: EasyHook, FreeType
2016-05-30 17:12:15 +08:00

20 lines
202 B
Batchfile

@echo off
setlocal
set INCLUDE=..\..\..\freetype2\include;%INCLUDE%
set LIB=..\..;%LIB%
:go
nmake -f Makefile.vc2005 %*
if errorlevel 1 goto err
goto end
:err
pause
goto go
:end
endlocal
rem pause