
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
6 lines
370 B
Batchfile
Executable File
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 |