-
Notifications
You must be signed in to change notification settings - Fork 17
IOTABuildConfiguration140
Chua Chee Wee edited this page Oct 22, 2020
·
5 revisions
Provides access to a Build Configuration. For methods that take a "PropName" parameter, the list of valid PropNames can be found in the following source files:
DCCStrs.pas: names for Delphi compiler options
BCCStrs.pas: names for the C++ compiler options
ILinkStrs.pas: names for the C++ linker options
TLibStrs.pas: names for the TLib tool options
TasmStrs.pas: names for the turbo assembler options
BRCCStrs.pas: names for the resource compiler options
CommonOptionStrs.pas: names for general project options shared between Delphi and C++
CppCommonOptionStrs.pas: names for general C++ project options
--- TO BE COMPLETED ---