lazarus/docs/html/build_html.bat
2008-04-25 10:52:13 +00:00

11 lines
274 B
Batchfile

REM
REM Builds all Lazarus docs
REM
REM Notes:
REM
REM 1 - Please fix the path in this file for your installation
REM 2 - Before running this file, first compile the project build_lcl_docs.lpi
REM
PATH=C:\Programas\lazarus22\fpc\2.2.0\bin\i386-win32
build_lcl_docs.exe
pause