File: mklcmsdll.bat

package info (click to toggle)
lcms2 2.2%2Bgit20110628-2.2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 7,992 kB
  • sloc: ansic: 30,093; sh: 10,955; pascal: 1,924; makefile: 133; cpp: 46
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!