diff options
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
|