diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-11-02 04:59:12 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-11-02 04:59:12 +0000 |
commit | d5f9bff0018524b6802a488c8a7bf4e4a67775fb (patch) | |
tree | 5e182f8e5fbbed1c1546d125605751115deac1f2 | |
parent | f16589d7e5c623d59e21b46f8560c7d796cc24f1 (diff) |
fixed pool::priv init bug
svn path=/trunk/; revision=2196
-rw-r--r-- | externals/grill/pool/pool.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj index 593a3177..0b3be3b6 100644 --- a/externals/grill/pool/pool.vcproj +++ b/externals/grill/pool/pool.vcproj @@ -160,6 +160,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" RuntimeLibrary="0" + StructMemberAlignment="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\pd-msvc/r/pool.pch" @@ -226,6 +227,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX" StringPooling="TRUE" RuntimeLibrary="1" + StructMemberAlignment="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\pd-msvc/r/pool.pch" |