forked from len0rd/rockbox
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
This commit is contained in:
parent
bc18818547
commit
ef4e8b2d81
1 changed files with 48 additions and 14 deletions
|
@ -41,8 +41,8 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="0"
|
||||
|
@ -62,8 +62,9 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="..\MTP_DLL.lib"
|
||||
AdditionalDependencies="mssachlp.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
|
@ -119,8 +120,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(InputDir)\..""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
|
@ -138,8 +139,9 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="..\MTP_DLL.lib"
|
||||
AdditionalDependencies="mssachlp.lib"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
|
@ -184,10 +186,6 @@
|
|||
RelativePath="..\beastpatcher.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\bootimg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\main.c"
|
||||
>
|
||||
|
@ -196,6 +194,26 @@
|
|||
RelativePath="..\mtp_win32.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="MTP"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\MTP_DLL\mtp_wrapper.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\MTP_DLL\progresshelper.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generated"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\bootimg.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -206,10 +224,6 @@
|
|||
RelativePath="..\beastpatcher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\bootimg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\mtp_common.h"
|
||||
>
|
||||
|
@ -218,6 +232,26 @@
|
|||
RelativePath="..\pstdint.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="MTP"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\MTP_DLL\MTP_DLL.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\MTP_DLL\progresshelper.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generated"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\bootimg.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue