forked from len0rd/rockbox
add / del some files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1bd3bc2ed5
commit
8dd2faebfc
1 changed files with 32 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
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"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR;HAVE_LCD_BITMAP"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
|
|
@ -106,6 +106,9 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\app.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="button.c">
|
||||
</File>
|
||||
|
|
@ -122,7 +125,7 @@
|
|||
RelativePath="..\..\firmware\disk.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\test\wavey\harness.c">
|
||||
RelativePath="..\..\firmware\id3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="kernel.c">
|
||||
|
|
@ -133,15 +136,33 @@
|
|||
<File
|
||||
RelativePath="..\..\firmware\drivers\lcd.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\menu.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="panic-win32.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\play.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\playlist.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\screensaver.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\settings.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\firmware\common\sprintf.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tetris.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tree.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tree.c">
|
||||
</File>
|
||||
|
|
@ -152,15 +173,21 @@
|
|||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="harness.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="lcd-win32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\play.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="resource.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\screensaver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tree.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="uisw32.h">
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue