diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-03 00:12:21 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-03 00:12:21 +0000 |
commit | 305d6efdb6a19578206e9f308c9d501c1b808369 (patch) | |
tree | dbdc2a45b0efaaa9ea9d61ca4f195a53a076614a | |
parent | 45e7fa3217d7a5edd55dcfdceeec13bda924493b (diff) |
added manifest for dynamic link
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@31 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | tipper/tipper.vcproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tipper/tipper.vcproj b/tipper/tipper.vcproj index 2f1f862..3858b89 100644 --- a/tipper/tipper.vcproj +++ b/tipper/tipper.vcproj @@ -44,7 +44,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TIPPER_EXPORTS;_UNICODE;UNICODE;MICROSOFT_LAYER_FOR_UNICODE=1"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="common.h"
WarningLevel="3"
@@ -65,7 +65,8 @@ AdditionalDependencies="unicows.lib comctl32.lib ws2_32.lib"
OutputFile="..\..\bin\$(ConfigurationName)\plugins\$(ProjectName).dll"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
+ AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -146,6 +147,7 @@ OutputFile="..\..\bin\$(ConfigurationName)\plugins\$(ProjectName).dll"
LinkIncremental="1"
GenerateManifest="false"
+ AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
IgnoreDefaultLibraryNames="Kernel32.lib Advapi32.lib User32.lib Gdi32.lib Shell32.lib Comdlg32.lib Version.lib Mpr.lib Rasapi32.lib Winmm.lib Winspool.lib Vfw32.lib Secur32.lib Oleacc.lib Oledlg.lib Sensapi.lib"
GenerateDebugInformation="true"
SubSystem="2"
|