summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-23 20:06:46 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-23 20:06:46 +0000
commitd6b219387c2a5c31c070186e08b02e68b266d21d (patch)
treeabb85c387ee3a387b8d41c840ef2e0f1cf52622c /utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
parent7feb6399383eb3b5cb63ba5f1d2db3117fd09528 (diff)
downloadrockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.tar.gz
rockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.zip
Extend beastpatcher command line.
- prepare for building without included bootloader binary - allow specifying a bootloader.bin file on the command line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22479 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj')
-rw-r--r--utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj b/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
index e87ad04dce..69925a8d2c 100644
--- a/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
+++ b/utils/MTP/beastpatcher/vs2005/beastpatcher.vcproj
@@ -42,7 +42,7 @@
42 Name="VCCLCompilerTool" 42 Name="VCCLCompilerTool"
43 Optimization="0" 43 Optimization="0"
44 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc" 44 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL" 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MTP_NODLL;WITH_BOOTOBJS"
46 MinimalRebuild="true" 46 MinimalRebuild="true"
47 BasicRuntimeChecks="3" 47 BasicRuntimeChecks="3"
48 RuntimeLibrary="0" 48 RuntimeLibrary="0"