summaryrefslogtreecommitdiff
path: root/infrastructure/msvc/2010/qdbm.vcxproj
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-05-24 15:25:36 +0000
committerChris Wilson <chris+github@qwirx.com>2011-05-24 15:25:36 +0000
commitf5ea2a1291352119b5e0b5a10a4d3801304b3db7 (patch)
treebbb0bcd628113dcde37f2cead474e00e166427af /infrastructure/msvc/2010/qdbm.vcxproj
parent2bca085d623e857e89878a48efba59f78875370f (diff)
Fix MSVC 2010 project for new file locations. Separate libbackupclient files
out of libcommon. Silence CRT deprecation warnings in QDBM build.
Diffstat (limited to 'infrastructure/msvc/2010/qdbm.vcxproj')
-rw-r--r--infrastructure/msvc/2010/qdbm.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/msvc/2010/qdbm.vcxproj b/infrastructure/msvc/2010/qdbm.vcxproj
index 1b977618..77bf8205 100644
--- a/infrastructure/msvc/2010/qdbm.vcxproj
+++ b/infrastructure/msvc/2010/qdbm.vcxproj
@@ -47,6 +47,7 @@
<Optimization>Disabled</Optimization>
<CompileAsManaged>false</CompileAsManaged>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <PreprocessorDefinitions>QDBM_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>