lazarus-ccr/components/thtmlport/package/tht-fpc.bat
2009-11-08 22:47:15 +00:00

6 lines
370 B
Batchfile
Executable File

set lazpath="c:\tools\lazarus"
if not exist %lazpath% (set lazpath="c:\lazarus")
set fpcpath=%lazpath%\fpc\2.2.2
if not exist %fpcpath% (set fpcpath=%lazpath%\fpc\2.2.4)
set lclunits=%lazpath%\lcl\units\i386-win32
"%fpcpath%\bin\i386-win32\fpc.exe" -dLCL -dDebugIt -Sda -O1 -vx -gl -Fu"%lclunits%;%lazpath%\components\printers\lib\i386-win32\win32" frambrwz.pas %1 %2 %3