mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Removed some files to save space, made bitmap smaller, brought everything up to date
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@802 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56f7202328
commit
175ac8961e
12 changed files with 104 additions and 28 deletions
|
|
@ -19,8 +19,8 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Programming\CVS Checkout\RockBox\firmware";"C:\Programming\CVS Checkout\RockBox\firmware\drivers";"C:\Programming\CVS Checkout\RockBox\firmware\common""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR;HAVE_LCD_BITMAP"
|
||||
AdditionalIncludeDirectories=""C:\Programming\CVS Checkout\RockBox\apps\recorder";"C:\Programming\CVS Checkout\RockBox\apps";"C:\Programming\CVS Checkout\RockBox\firmware";"C:\Programming\CVS Checkout\RockBox\uisimulator\win32";"C:\Programming\CVS Checkout\RockBox\firmware\drivers";"C:\Programming\CVS Checkout\RockBox\firmware\common""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR;HAVE_LCD_BITMAP;SIMULATOR;"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\app.c">
|
||||
RelativePath="..\..\apps\recorder\bmp.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="button.c">
|
||||
|
|
@ -115,6 +115,9 @@
|
|||
<File
|
||||
RelativePath="..\..\firmware\chartables.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\credits.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="debug-win32.c">
|
||||
</File>
|
||||
|
|
@ -122,10 +125,7 @@
|
|||
RelativePath="dir-win32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\disk.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\icons.c">
|
||||
RelativePath="..\..\apps\recorder\icons.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\id3.c">
|
||||
|
|
@ -140,31 +140,67 @@
|
|||
RelativePath="..\..\firmware\drivers\lcd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\menu.c">
|
||||
RelativePath="..\..\apps\main.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\main_menu.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\menu.c">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="mpeg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="panic-win32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\play.c">
|
||||
RelativePath="..\..\apps\play.c">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\playlist.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\screensaver.c">
|
||||
RelativePath="..\..\apps\recorder\screensaver.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\settings.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\apps\sound_menu.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\common\sprintf.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tetris.c">
|
||||
RelativePath="..\..\apps\recorder\tetris.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tree.c">
|
||||
RelativePath="..\..\apps\tree.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="uisw32.c">
|
||||
|
|
@ -202,7 +238,7 @@
|
|||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
<File
|
||||
RelativePath="UI.bmp">
|
||||
RelativePath="UI256.bmp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="uisw32.rc">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue