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"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories=""C:\Programming\CVS Checkout\RockBox\firmware";"C:\Programming\CVS Checkout\RockBox\firmware\drivers";"C:\Programming\CVS Checkout\RockBox\firmware\common""
|
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"
|
MinimalRebuild="TRUE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
|
|
@ -106,6 +106,9 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||||
|
<File
|
||||||
|
RelativePath="..\app.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="button.c">
|
RelativePath="button.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
@ -122,7 +125,7 @@
|
||||||
RelativePath="..\..\firmware\disk.c">
|
RelativePath="..\..\firmware\disk.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\firmware\test\wavey\harness.c">
|
RelativePath="..\..\firmware\id3.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="kernel.c">
|
RelativePath="kernel.c">
|
||||||
|
|
@ -133,15 +136,33 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\firmware\drivers\lcd.c">
|
RelativePath="..\..\firmware\drivers\lcd.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\menu.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="panic-win32.c">
|
RelativePath="panic-win32.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\play.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\firmware\playlist.c">
|
RelativePath="..\..\firmware\playlist.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\screensaver.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\firmware\settings.c">
|
RelativePath="..\..\firmware\settings.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\firmware\common\sprintf.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\tetris.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\tree.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\tree.c">
|
RelativePath="..\tree.c">
|
||||||
</File>
|
</File>
|
||||||
|
|
@ -152,15 +173,21 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
Filter="h;hpp;hxx;hm;inl;inc">
|
Filter="h;hpp;hxx;hm;inl;inc">
|
||||||
<File
|
|
||||||
RelativePath="harness.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="lcd-win32.h">
|
RelativePath="lcd-win32.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\play.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="resource.h">
|
RelativePath="resource.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\screensaver.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\tree.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="uisw32.h">
|
RelativePath="uisw32.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue