mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 22:09:28 +02:00
6 lines
327 B
Batchfile
6 lines
327 B
Batchfile
rem BEWARE: makeskel 3.1.1 cannot update ndoes. The --update flag is ignored and always creates all nodes.
|
|
rem Call makeskel for the given LCL module <%1> . <%2>
|
|
rem PATH=\repos\fpc-2.5.trunk\utils\fpdoc
|
|
makeskel --package=lcl --input="..\..\lcl\%1.%2 -Fi..\..\lcl\include" --descr=lcl\%1.xml --update --output=lcl\%1.upd.xml
|
|
|