JCL Make Library Units

From Project JEDI Wiki
Jump to navigationJump to search

The installer can automatically generate DCU files from JCL source files with different flavor.

Release

By selecting this option, the JCL installer will compile all the JCL source files with release settings: ie. with runtime optimisations and without debug informations. These files are located in jcl/lib/dXX/ depending on your version of Delphi/C++Builder. As of Delphi XE2 and for FreePascal, these files are located in a subdirectory jcl/lib/dXX/YY where Y denotes the target system (OS, CPU...).

Debug

By selecting this option, the JCL installer will compile all the JCL source files with debug settings: ie. without runtime optimisations and with debug informations. These files are located in jcl/lib/dXX/debug depending on your version of Delphi/C++Builder. As of Delphi XE2 and for FreePascal, these files are located in a subdirectory jcl/lib/dXX/YY/debug where Y denotes the target system (OS, CPU...).