You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
17 lines
633 B
Plaintext
17 lines
633 B
Plaintext
Directory structure
|
|
-------------------
|
|
.\ preprocessed files
|
|
source\ source files that must be preprocessed
|
|
|
|
|
|
Files
|
|
-----
|
|
.\jpp.exe JCL pascal preprocessor
|
|
.\preprocess.bat preprocess the source\JvExXxx files
|
|
.\Readme.txt this file
|
|
source\dpp.exe Delphi language preprocessor (http://www.sf.net/projects/dpp32)
|
|
source\build.pas used for preprocessing
|
|
source\JvExControls.pas base system and interfaces
|
|
source\JvExXxx extended VCL classes for the VCL controls
|
|
source\JvExControls.macros macros used by the preprocessor
|