diff options
Diffstat (limited to 'src/Setup/Setup.vcproj')
-rw-r--r-- | src/Setup/Setup.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Setup/Setup.vcproj b/src/Setup/Setup.vcproj index b27b6963..02b33b36 100644 --- a/src/Setup/Setup.vcproj +++ b/src/Setup/Setup.vcproj @@ -70,6 +70,7 @@ LinkIncremental="2"
GenerateManifest="false"
UACExecutionLevel="2"
+ DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/Setup.pdb"
SubSystem="2"
@@ -156,6 +157,7 @@ LinkIncremental="1"
GenerateManifest="false"
UACExecutionLevel="2"
+ DelayLoadDLLs="user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll"
GenerateDebugInformation="false"
GenerateMapFile="true"
SubSystem="2"
|