mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 08:32:38 +02:00
9 lines
369 B
Batchfile
9 lines
369 B
Batchfile
:: ----------------------------------------------------------------------------
|
|
:: Batch file to create TAChart chm help files
|
|
::
|
|
:: Adapt path to fpdoc.exe to your fpc configuration.
|
|
:: ----------------------------------------------------------------------------
|
|
|
|
set fpdoc=C:\lazarus-trunk_fpc304\fpc\3.0.4\bin\i386-win32\fpdoc.exe
|
|
%fpdoc% --project=tachart-help.hpr
|