git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
Tool that extracts all the components registered using RegisterComponents in a pas unit.
|
|
Usage:
|
|
jcomp <filemask>, where <filemask> is the wildcard enabled file mask to use
|
|
|
|
Output is written to the console. To check all registration files in JVCL\design and put the result into a file, use something like:
|
|
|
|
jcomp Jv*Reg.pas >JVCLComps.txt
|