Finally, again a working version of the win32 simulator. I re-wrote the makefile, it is much more compact now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1191 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-06-25 21:01:08 +00:00
parent 969dcb7871
commit 64bde94ecf
6 changed files with 109 additions and 105 deletions

View file

@ -19,8 +19,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;C:\Programming\CVS Checkout\RockBox\apps\recorder&quot;;&quot;C:\Programming\CVS Checkout\RockBox\apps&quot;;&quot;C:\Programming\CVS Checkout\RockBox\firmware&quot;;&quot;C:\Programming\CVS Checkout\RockBox\uisimulator\win32&quot;;&quot;C:\Programming\CVS Checkout\RockBox\firmware\drivers&quot;;&quot;C:\Programming\CVS Checkout\RockBox\firmware\common&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;HAVE_RECORDER_KEYPAD;HAVE_LCD_BITMAP;SIMULATOR;SIMULATOR;"
AdditionalIncludeDirectories="&quot;..\..\apps\recorder&quot;;&quot;..\..\apps&quot;;&quot;..\..\firmware&quot;;&quot;..\win32&quot;;&quot;..\..\firmware\drivers&quot;;&quot;..\..\firmware\common&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;HAVE_RECORDER_KEYPAD;HAVE_LCD_BITMAP;SIMULATOR;SIMULATOR;LCD_PROPFONTS;"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@ -106,9 +106,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\..\firmware\backlight.c">
</File>
<File
RelativePath="..\..\apps\recorder\bmp.c">
</File>
<File
RelativePath="..\..\apps\recorder\bounce.c">
</File>
<File
RelativePath="..\..\apps\recorder\boxes.c">
</File>
<File
RelativePath="button.c">
</File>
@ -124,6 +133,9 @@
<File
RelativePath="dir-win32.c">
</File>
<File
RelativePath="..\..\apps\games_menu.c">
</File>
<File
RelativePath="..\..\apps\recorder\icons.c">
</File>
@ -185,17 +197,29 @@
RelativePath="..\..\apps\playlist.c">
</File>
<File
RelativePath="..\..\apps\recorder\screensaver.c">
RelativePath="..\..\apps\screensavers_menu.c">
</File>
<File
RelativePath="..\..\firmware\settings.c">
</File>
<File
RelativePath="..\..\apps\settings_menu.c">
</File>
<File
RelativePath="..\..\apps\recorder\sokoban.c">
</File>
<File
RelativePath="..\..\apps\sound_menu.c">
</File>
<File
RelativePath="..\..\firmware\common\sprintf.c">
</File>
<File
RelativePath="string-win32.c">
</File>
<File
RelativePath="..\..\firmware\common\strtok.c">
</File>
<File
RelativePath="..\..\apps\recorder\tetris.c">
</File>
@ -208,6 +232,9 @@
<File
RelativePath="uisw32.c">
</File>
<File
RelativePath="..\..\apps\wps.c">
</File>
</Filter>
<Filter
Name="Header Files"