|
From: Peter T. <pe...@pr...> - 2004-01-27 07:55:32
|
Update of /cvsroot/jvcl/dev/JVCL3/devtools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30325/devtools Modified Files: makefile.mak Log Message: - ErrLook, MakePNG, Res2Bmp: added used files so no need to download anymore Index: makefile.mak =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/devtools/makefile.mak,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** makefile.mak 5 Jan 2004 22:46:09 -0000 1.19 --- makefile.mak 27 Jan 2004 07:54:24 -0000 1.20 *************** *** 123,131 **** cd .. ! # these are put last because they are most likely to fail (needs additional units from other libraries) ErrLook.exe: ErrLook\src\ErrLook.dpr cd ErrLook\src @echo. - @echo !!! get HtmlHlp from from http://delphi-jedi.org (API Library Files) !!! @echo. $(DCCH) $&.dpr --- 123,130 ---- cd .. ! # these are put last because they are most likely to fail ErrLook.exe: ErrLook\src\ErrLook.dpr cd ErrLook\src @echo. @echo. $(DCCH) $&.dpr *************** *** 135,139 **** cd MakePNG @echo. - @echo !!! Please be sure to download pngImage from http://pngimage.sf.net/ !!! @echo. $(DCC) $&.dpr --- 134,137 ---- *************** *** 143,147 **** cd Res2Bmp @echo. - @echo !!! get missing files from http://www.wilsonc.demon.co.uk/d7resourceutils.htm !!! @echo. $(DCC) $&.dpr --- 141,144 ---- |