File: mklcmsdll.bat

package info (click to toggle)
lcms2 2.6-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 11,552 kB
  • ctags: 5,421
  • sloc: ansic: 34,976; sh: 10,956; pascal: 1,958; makefile: 121; 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!