summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-13 08:58:48 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-13 08:58:48 +0000
commitef4e8b2d81ac298844acf9f0f8b43b1e3145a939 (patch)
tree417c2cc184fd058e7fbf9cd3bc1c1bcad3c728ef
parentbc18818547da718e46efb107c3369add018aaa1d (diff)
downloadrockbox-ef4e8b2d81ac298844acf9f0f8b43b1e3145a939.tar.gz
rockbox-ef4e8b2d81ac298844acf9f0f8b43b1e3145a939.zip
Build beastpatcher by incorporating the MTP_DLL code instead of linking the DLL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21270 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj62
1 files changed, 48 insertions, 14 deletions
diff --git a/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj b/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
index 5d0d204e27..e87ad04dce 100644
--- a/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
+++ b/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
@@ -41,8 +41,8 @@
41 <Tool 41 <Tool
42 Name="VCCLCompilerTool" 42 Name="VCCLCompilerTool"
43 Optimization="0" 43 Optimization="0"
44 AdditionalIncludeDirectories="" 44 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL"
46 MinimalRebuild="true" 46 MinimalRebuild="true"
47 BasicRuntimeChecks="3" 47 BasicRuntimeChecks="3"
48 RuntimeLibrary="0" 48 RuntimeLibrary="0"
@@ -62,8 +62,9 @@
62 /> 62 />
63 <Tool 63 <Tool
64 Name="VCLinkerTool" 64 Name="VCLinkerTool"
65 AdditionalDependencies="..\MTP_DLL.lib" 65 AdditionalDependencies="mssachlp.lib"
66 LinkIncremental="2" 66 LinkIncremental="2"
67 AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
67 GenerateDebugInformation="true" 68 GenerateDebugInformation="true"
68 SubSystem="1" 69 SubSystem="1"
69 TargetMachine="1" 70 TargetMachine="1"
@@ -119,8 +120,8 @@
119 /> 120 />
120 <Tool 121 <Tool
121 Name="VCCLCompilerTool" 122 Name="VCCLCompilerTool"
122 AdditionalIncludeDirectories="&quot;$(InputDir)\..&quot;" 123 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
123 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 124 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL"
124 RuntimeLibrary="2" 125 RuntimeLibrary="2"
125 UsePrecompiledHeader="0" 126 UsePrecompiledHeader="0"
126 WarningLevel="3" 127 WarningLevel="3"
@@ -138,8 +139,9 @@
138 /> 139 />
139 <Tool 140 <Tool
140 Name="VCLinkerTool" 141 Name="VCLinkerTool"
141 AdditionalDependencies="..\MTP_DLL.lib" 142 AdditionalDependencies="mssachlp.lib"
142 LinkIncremental="1" 143 LinkIncremental="1"
144 AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
143 GenerateDebugInformation="true" 145 GenerateDebugInformation="true"
144 SubSystem="1" 146 SubSystem="1"
145 OptimizeReferences="2" 147 OptimizeReferences="2"
@@ -185,10 +187,6 @@
185 > 187 >
186 </File> 188 </File>
187 <File 189 <File
188 RelativePath="..\bootimg.c"
189 >
190 </File>
191 <File
192 RelativePath="..\main.c" 190 RelativePath="..\main.c"
193 > 191 >
194 </File> 192 </File>
@@ -196,6 +194,26 @@
196 RelativePath="..\mtp_win32.c" 194 RelativePath="..\mtp_win32.c"
197 > 195 >
198 </File> 196 </File>
197 <Filter
198 Name="MTP"
199 >
200 <File
201 RelativePath="..\..\MTP_DLL\mtp_wrapper.cpp"
202 >
203 </File>
204 <File
205 RelativePath="..\..\MTP_DLL\progresshelper.cpp"
206 >
207 </File>
208 </Filter>
209 <Filter
210 Name="Generated"
211 >
212 <File
213 RelativePath="..\bootimg.c"
214 >
215 </File>
216 </Filter>
199 </Filter> 217 </Filter>
200 <Filter 218 <Filter
201 Name="Header Files" 219 Name="Header Files"
@@ -207,10 +225,6 @@
207 > 225 >
208 </File> 226 </File>
209 <File 227 <File
210 RelativePath="..\bootimg.h"
211 >
212 </File>
213 <File
214 RelativePath="..\mtp_common.h" 228 RelativePath="..\mtp_common.h"
215 > 229 >
216 </File> 230 </File>
@@ -218,6 +232,26 @@
218 RelativePath="..\pstdint.h" 232 RelativePath="..\pstdint.h"
219 > 233 >
220 </File> 234 </File>
235 <Filter
236 Name="MTP"
237 >
238 <File
239 RelativePath="..\..\MTP_DLL\MTP_DLL.h"
240 >
241 </File>
242 <File
243 RelativePath="..\..\MTP_DLL\progresshelper.h"
244 >
245 </File>
246 </Filter>
247 <Filter
248 Name="Generated"
249 >
250 <File
251 RelativePath="..\bootimg.h"
252 >
253 </File>
254 </Filter>
221 </Filter> 255 </Filter>
222 <Filter 256 <Filter
223 Name="Resource Files" 257 Name="Resource Files"