This section describes enumerations used to set some automation properties.
The MixLangOption enumeration is used to set the MIX_LANG and MIX_LANG_DEFAULT properties.
|
Member Name |
Description |
|---|---|
|
BC |
Borland C |
|
BD |
Borland Delphi |
|
LF90 |
LF90 Default |
|
LF95 |
LF95 Default |
|
MSVB |
Visual Basic |
|
MSVC |
Visual C |
|
WinAPI |
Windows API |
The OptLevelOption enumeration is used to set the OPT_LEVEL property.
|
Member Name |
Description |
|---|---|
|
O0 |
No Optimization |
|
O1 |
Code Optimization |
|
O2 |
Code Optimization plus Loop Optimization |
The OutputTypeOption enumeration is used to set the OUTPUT_TYPE property.
|
Member Name |
Description |
|---|---|
|
DynamicLibrary |
Create a dynamically linked library |
|
StaticLibrary |
Create a statically linked library |
|
Module |
Create a module |
|
WinExe |
Create a Windows application |
|
WinExe_WiSK |
Create a WiSK Windows application |
|
Exe |
Create a Windows console application |
The PrefetchOption enumeration is used to set the PREFETCH property.
|
Member Name |
Description |
|---|---|
|
Prefetch0 |
No prefetching |
|
Prefetch1 |
Array loop prefetching |
|
Prefetch2 |
Optimized prefetching |
The TargetProcessorOption enumeration is used to set the TP property.
|
Member Name |
Description |
|---|---|
|
TP |
Generic Pentium |
|
TPP |
Generic Pentium Pro |
|
TP4 |
Pentium 4 |