summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/generator
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-01-26 22:31:46 +0000
committerHenri Herscher <henri@oreka.org>2006-01-26 22:31:46 +0000
commit56cc76b46a40da62d2be90af5f1b0b9de74dfc45 (patch)
tree39d465db061371e63e9e3e1367bba323a1fbc4cb /orkaudio/audiocaptureplugins/generator
parent678cd7b16fc9afda85d90c0b6cf2906b6bdf3425 (diff)
Set all projects to link against Multithreaded DLL runtime + Set all projects to disable inline function expansion. Those two things are critical to boost shared pointer not crashing the app (most likely heap separation problem).
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@140 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/generator')
-rw-r--r--orkaudio/audiocaptureplugins/generator/Generator.dsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/generator/Generator.dsp b/orkaudio/audiocaptureplugins/generator/Generator.dsp
index 23353c7..f10b23a 100644
--- a/orkaudio/audiocaptureplugins/generator/Generator.dsp
+++ b/orkaudio/audiocaptureplugins/generator/Generator.dsp
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GENERATOR_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /I "../../../OrkBaseCxx" /I "C:\devExt\boost\boost_1_32_0" /I "C:\devExt\ACE_wrappers" /I "C:\devExt\xerces++\xerces-c_2_6_0-windows_nt-msvc_60\include" /I "../Common" /I "C:\devExt\log4cxx\log4cxx-0.9.7\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GENERATOR_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /Ob0 /I "../.." /I "../../../OrkBaseCxx" /I "C:\devExt\boost\boost_1_32_0" /I "C:\devExt\ACE_wrappers" /I "C:\devExt\xerces++\xerces-c_2_6_0-windows_nt-msvc_60\include" /I "../Common" /I "C:\devExt\log4cxx\log4cxx-0.9.7\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GENERATOR_EXPORTS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"