repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
libs
/
lcms2
/
Projects
/
BorlandC_5.5
/
mklcmsdll.bat
blob
6db2f724705de43e7331667fb9d39a3156c1ac4f
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