summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.vcproj
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-04-25 04:41:45 +0000
committerFelix Arends <edx@rockbox.org>2002-04-25 04:41:45 +0000
commit144bc70a12f84620137ce17bc843c26b27839717 (patch)
tree1424a4d8371aed3fbc7cb7a612f553a3d2ef45c9 /uisimulator/win32/uisw32.vcproj
parent7b9581a13148957842ab53e2b28bf0a663a48980 (diff)
downloadrockbox-144bc70a12f84620137ce17bc843c26b27839717.tar.gz
rockbox-144bc70a12f84620137ce17bc843c26b27839717.zip
First Version of UISimulator for Win32
lcd and keypad working for recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/uisw32.vcproj')
-rw-r--r--uisimulator/win32/uisw32.vcproj154
1 files changed, 154 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.vcproj b/uisimulator/win32/uisw32.vcproj
new file mode 100644
index 0000000000..c19c4eef05
--- /dev/null
+++ b/uisimulator/win32/uisw32.vcproj
@@ -0,0 +1,154 @@
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="uisw32"
6 ProjectGUID="{A81A8EFA-647A-427A-BD04-F6B469752E7A}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="&quot;C:\Programming\CVS Checkout\firmware&quot;;&quot;C:\Programming\CVS Checkout\firmware\drivers&quot;"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="FALSE"
30 DebugInformationFormat="4"
31 CompileAs="1"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 OutputFile="$(OutDir)/uisw32.exe"
37 LinkIncremental="2"
38 GenerateDebugInformation="TRUE"
39 ProgramDatabaseFile="$(OutDir)/uisw32.pdb"
40 SubSystem="2"
41 TargetMachine="1"/>
42 <Tool
43 Name="VCMIDLTool"/>
44 <Tool
45 Name="VCPostBuildEventTool"/>
46 <Tool
47 Name="VCPreBuildEventTool"/>
48 <Tool
49 Name="VCPreLinkEventTool"/>
50 <Tool
51 Name="VCResourceCompilerTool"/>
52 <Tool
53 Name="VCWebServiceProxyGeneratorTool"/>
54 <Tool
55 Name="VCWebDeploymentTool"/>
56 </Configuration>
57 <Configuration
58 Name="Release|Win32"
59 OutputDirectory="Release"
60 IntermediateDirectory="Release"
61 ConfigurationType="1"
62 CharacterSet="2">
63 <Tool
64 Name="VCCLCompilerTool"
65 Optimization="2"
66 InlineFunctionExpansion="1"
67 OmitFramePointers="TRUE"
68 AdditionalIncludeDirectories="&quot;C:\Programming\CVS Checkout\firmware\drivers&quot;;&quot;C:\Programming\CVS Checkout\firmware&quot;"
69 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ARCHOS_RECORDER;SIMULATOR"
70 StringPooling="TRUE"
71 RuntimeLibrary="0"
72 EnableFunctionLevelLinking="TRUE"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
75 Detect64BitPortabilityProblems="FALSE"
76 DebugInformationFormat="3"
77 CompileAs="1"/>
78 <Tool
79 Name="VCCustomBuildTool"/>
80 <Tool
81 Name="VCLinkerTool"
82 OutputFile="$(OutDir)/uisw32.exe"
83 LinkIncremental="1"
84 GenerateDebugInformation="TRUE"
85 SubSystem="2"
86 OptimizeReferences="2"
87 EnableCOMDATFolding="2"
88 TargetMachine="1"/>
89 <Tool
90 Name="VCMIDLTool"/>
91 <Tool
92 Name="VCPostBuildEventTool"/>
93 <Tool
94 Name="VCPreBuildEventTool"/>
95 <Tool
96 Name="VCPreLinkEventTool"/>
97 <Tool
98 Name="VCResourceCompilerTool"/>
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"/>
101 <Tool
102 Name="VCWebDeploymentTool"/>
103 </Configuration>
104 </Configurations>
105 <Files>
106 <Filter
107 Name="Source Files"
108 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
109 <File
110 RelativePath="button.c">
111 </File>
112 <File
113 RelativePath="..\..\firmware\chartables.c">
114 </File>
115 <File
116 RelativePath="kernel.c">
117 </File>
118 <File
119 RelativePath="lcd.c">
120 </File>
121 <File
122 RelativePath="tetris.c">
123 </File>
124 <File
125 RelativePath="uisw32.cpp">
126 </File>
127 </Filter>
128 <Filter
129 Name="Header Files"
130 Filter="h;hpp;hxx;hm;inl;inc">
131 <File
132 RelativePath="lcd-win32.h">
133 </File>
134 <File
135 RelativePath="resource.h">
136 </File>
137 <File
138 RelativePath="uisw32.h">
139 </File>
140 </Filter>
141 <Filter
142 Name="Resource Files"
143 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
144 <File
145 RelativePath="UI.bmp">
146 </File>
147 <File
148 RelativePath="uisw32.rc">
149 </File>
150 </Filter>
151 </Files>
152 <Globals>
153 </Globals>
154</VisualStudioProject>