From 33d1de0d3152355ea9fe8fcd4da8af3bdd086275 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=99=BD=E5=BA=AD?=
<145327891+Nebudust@users.noreply.github.com>
Date: Sat, 15 Feb 2025 18:59:43 +0800
Subject: Fix SetupDLL and ExpandVolume Error (#1495)
* Fix SetupDLL [ReleaseCustomEFI] Building Error
* Fix Lib Problem
---
src/SetupDLL/SetupDLL.vcxproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/SetupDLL/SetupDLL.vcxproj')
diff --git a/src/SetupDLL/SetupDLL.vcxproj b/src/SetupDLL/SetupDLL.vcxproj
index af0d6fb8..576738d4 100644
--- a/src/SetupDLL/SetupDLL.vcxproj
+++ b/src/SetupDLL/SetupDLL.vcxproj
@@ -156,7 +156,7 @@ copy Debug\VeraCryptSetup.dll "..\Debug\Setup Files\VeraCryptSetup.dll" >NUL:
/w34189 %(AdditionalOptions)
MaxSpeed
..\Common;..\Crypto;..\;..\PKCS11;..\Common\zlib;..\Common\libzip;..\Common\lzma;%(AdditionalIncludeDirectories)
- SETUP;VC_EFI_CUSTOM_MODE;WIN32;HAVE_CONFIG_H;ZIP_STATIC;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;_ATL_NO_DEFAULT_LIBS;%(PreprocessorDefinitions)
+ SETUP_DLL;SETUP;VC_EFI_CUSTOM_MODE;WIN32;HAVE_CONFIG_H;ZIP_STATIC;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;_ATL_NO_DEFAULT_LIBS;%(PreprocessorDefinitions)
MultiThreaded
true
@@ -170,7 +170,7 @@ copy Debug\VeraCryptSetup.dll "..\Debug\Setup Files\VeraCryptSetup.dll" >NUL:
/IGNORE:4089 %(AdditionalOptions)
version.lib;msi.lib;mpr.lib;..\Common\Release\Zip.lib;..\Common\Release\lzma.lib;%(AdditionalDependencies)
- $(OutDir)VeraCryptSetup.exe
+ $(OutDir)VeraCryptSetup.dll
RequireAdministrator
mpr.dll;bcrypt.dll;user32.dll;gdi32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;shlwapi.dll;setupapi.dll;wintrust.dll;comctl32.dll;%(DelayLoadDLLs)
true
@@ -261,4 +261,4 @@ copy Debug\VeraCryptSetup.dll "..\Debug\Setup Files\VeraCryptSetup.dll" >NUL:
-
\ No newline at end of file
+
--
cgit v1.2.3