File: mklcmsdll.bat

package info (click to toggle)
lcms2 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,632 kB
  • sloc: ansic: 46,202; sh: 4,263; pascal: 1,960; makefile: 197; cpp: 84
file content (14 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
echo.
echo This will build the littlecms DLL using Borland C 5.5 compiler.
echo.
echo Press Ctrl-C to abort, or
pause
bcc32 @lcmsdll.lst
if errorlevel 0 ilink32 @lcmsdll.lk
if errorlevel 0 brc32 -fe ..\..\bin\lcms2.dll lcms2.rc
del *.obj
del *.res
echo Done!