diff options
| author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-07 00:07:56 +0000 |
|---|---|---|
| committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-07 00:07:56 +0000 |
| commit | 92be070586e97f44892da28a592aa1c0925a40d1 (patch) | |
| tree | e36edfc2a064a88f75ee18ac5ef67adaa5a399d8 /updater/updater_9.vcproj | |
| parent | 9d777637239fed893c26c7d8aee3f929937311ba (diff) | |
Fixed updating issues
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@502 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/updater_9.vcproj')
| -rw-r--r-- | updater/updater_9.vcproj | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/updater/updater_9.vcproj b/updater/updater_9.vcproj index 47e1190..9e4c520 100644 --- a/updater/updater_9.vcproj +++ b/updater/updater_9.vcproj @@ -87,7 +87,7 @@ MapExports="true"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary=""
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -156,7 +156,6 @@ SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
- DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -183,7 +182,7 @@ MapExports="true"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)$(TargetName).lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="17"
/>
<Tool
@@ -277,7 +276,7 @@ SubSystem="0"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary=""
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -373,7 +372,7 @@ SubSystem="0"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)$(TargetName).lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="17"
/>
<Tool
@@ -474,7 +473,7 @@ EnableCOMDATFolding="2"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary=""
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -571,7 +570,7 @@ EnableCOMDATFolding="2"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)$(TargetName).lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="17"
/>
<Tool
@@ -673,7 +672,7 @@ EnableCOMDATFolding="2"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary=""
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool
@@ -777,7 +776,7 @@ EnableCOMDATFolding="2"
BaseAddress="0x22000000"
RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)$(TargetName).lib"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
TargetMachine="17"
/>
<Tool
|
