Tizen 2.0 Release
[external/lcms.git] / Projects / BorlandC_5.5 / mklcmsdll.bat
1 @echo off
2 echo.
3 echo This will build the littlecms DLL using Borland C 5.5 compiler.
4 echo.
5 echo Press Ctrl-C to abort, or
6 pause
7 bcc32 @lcmsdll.lst
8 if errorlevel 0 ilink32 @lcmsdll.lk
9 if errorlevel 0 brc32 -fe ..\..\bin\lcms2.dll lcms2.rc
10 del *.obj
11 del *.res
12 echo Done!
13                                                                 
14