Tweaked project settings.
These tweaks were done by the IDE. Some are for building the app for the Aceeca Meazura MEZ1000; not sure what the others are for.
This commit is contained in:
parent
e722be3926
commit
4cc3c9691b
|
@ -53,8 +53,8 @@
|
|||
<listOptionValue value="-p PalmOS4" builtIn="false"/>
|
||||
</optionReference>
|
||||
<optionReference id="tool.compiler.palmrc.option.locale" defaultValue=" enUS"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.overlayFilter" defaultValue="None specified"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.encodingTarget" defaultValue="Palm OS Latin"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.overlayFilter" defaultValue="tool.compiler.palmrc.option.overlay_filter.none"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.encodingTarget" defaultValue="tool.compiler.palmrc.option.encoding.latin"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.strictEncoding" defaultValue="true"/>
|
||||
<optionReference id="tool.compiler.palmrc.option.noWarnSize" defaultValue="false"/>
|
||||
</toolReference>
|
||||
|
@ -63,9 +63,11 @@
|
|||
<optionReference id="tool.compiler.gcc.68K.option.debugLevel" defaultValue="None"/>
|
||||
<optionReference id="tool.compiler.gcc.68K.option.defineSymbols">
|
||||
<listOptionValue value="__PALMOS__=0x05000000" builtIn="false"/>
|
||||
<listOptionValue value="SCANLIB_BCS2=1" builtIn="false"/>
|
||||
</optionReference>
|
||||
<optionReference id="tool.compiler.gcc.68K.option.includeDirs">
|
||||
<listOptionValue value=""$(TOOLS_DIR)include/stlport"" builtIn="false"/>
|
||||
<listOptionValue value=""C:\Program Files\SDK_IDV1000-BCS2_20091116\BCS2 Shared Library"" builtIn="false"/>
|
||||
</optionReference>
|
||||
<optionReference id="tool.compiler.gcc.68K.option.exceptions" defaultValue="Enable (-fexceptions)"/>
|
||||
<optionReference id="tool.compiler.gcc.68K.option.assertions" defaultValue="Enable (-UNDEBUG)"/>
|
||||
|
|
Loading…
Reference in a new issue