mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 06:24:04 +02:00
11 lines
274 B
Batchfile
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 |