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:
Lance Edgar 2013-02-25 09:13:36 -08:00
parent e722be3926
commit 4cc3c9691b

View file

@ -53,8 +53,8 @@
<listOptionValue value="-p PalmOS4" builtIn="false"/> <listOptionValue value="-p PalmOS4" builtIn="false"/>
</optionReference> </optionReference>
<optionReference id="tool.compiler.palmrc.option.locale" defaultValue=" enUS"/> <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.overlayFilter" defaultValue="tool.compiler.palmrc.option.overlay_filter.none"/>
<optionReference id="tool.compiler.palmrc.option.encodingTarget" defaultValue="Palm OS Latin"/> <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.strictEncoding" defaultValue="true"/>
<optionReference id="tool.compiler.palmrc.option.noWarnSize" defaultValue="false"/> <optionReference id="tool.compiler.palmrc.option.noWarnSize" defaultValue="false"/>
</toolReference> </toolReference>
@ -63,9 +63,11 @@
<optionReference id="tool.compiler.gcc.68K.option.debugLevel" defaultValue="None"/> <optionReference id="tool.compiler.gcc.68K.option.debugLevel" defaultValue="None"/>
<optionReference id="tool.compiler.gcc.68K.option.defineSymbols"> <optionReference id="tool.compiler.gcc.68K.option.defineSymbols">
<listOptionValue value="__PALMOS__=0x05000000" builtIn="false"/> <listOptionValue value="__PALMOS__=0x05000000" builtIn="false"/>
<listOptionValue value="SCANLIB_BCS2=1" builtIn="false"/>
</optionReference> </optionReference>
<optionReference id="tool.compiler.gcc.68K.option.includeDirs"> <optionReference id="tool.compiler.gcc.68K.option.includeDirs">
<listOptionValue value="&quot;$(TOOLS_DIR)include/stlport&quot;" builtIn="false"/> <listOptionValue value="&quot;$(TOOLS_DIR)include/stlport&quot;" builtIn="false"/>
<listOptionValue value="&quot;C:\Program Files\SDK_IDV1000-BCS2_20091116\BCS2 Shared Library&quot;" builtIn="false"/>
</optionReference> </optionReference>
<optionReference id="tool.compiler.gcc.68K.option.exceptions" defaultValue="Enable (-fexceptions)"/> <optionReference id="tool.compiler.gcc.68K.option.exceptions" defaultValue="Enable (-fexceptions)"/>
<optionReference id="tool.compiler.gcc.68K.option.assertions" defaultValue="Enable (-UNDEBUG)"/> <optionReference id="tool.compiler.gcc.68K.option.assertions" defaultValue="Enable (-UNDEBUG)"/>