diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-24 02:03:45 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-24 02:03:45 +0000 |
commit | 8e4bd51aa53343a76b1ddc9c7e47f3d56cb24437 (patch) | |
tree | c885896952b3e8556a3dcb962999d489390b547b /metacontacts | |
parent | 3eab86e88f98801a4983c7ed5d08936b81741f3e (diff) |
Merging popup APIs (patch by Merlin)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@511 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts')
-rw-r--r-- | metacontacts/MetaContacts_9.vcproj | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/metacontacts/MetaContacts_9.vcproj b/metacontacts/MetaContacts_9.vcproj index 02e4182..f72867a 100644 --- a/metacontacts/MetaContacts_9.vcproj +++ b/metacontacts/MetaContacts_9.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?>
+<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
@@ -141,7 +141,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../../include;..\..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -343,7 +343,7 @@ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS"
StringPooling="true"
ExceptionHandling="0"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
@@ -374,7 +374,6 @@ AdditionalDependencies="user32.lib gdi32.lib comctl32.lib"
LinkIncremental="1"
SuppressStartupBanner="true"
- GenerateManifest="false"
ProgramDatabaseFile=".\Release/MetaContacts.pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
|