From 76b93407994185086fbd06c40e4cdebf4dee2f7b Mon Sep 17 00:00:00 2001 From: TothBenoit Date: Thu, 12 Dec 2024 14:48:57 +0100 Subject: [PATCH] Fix Win32 compilation --- libs/heaps/heaps.vcxproj | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/libs/heaps/heaps.vcxproj b/libs/heaps/heaps.vcxproj index 037a9f9f2..60821dc6b 100644 --- a/libs/heaps/heaps.vcxproj +++ b/libs/heaps/heaps.vcxproj @@ -111,19 +111,32 @@ ../../x64/$(Configuration);$(LibraryPath) ../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../src;$(IncludePath) + + ../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../src;$(IncludePath) + $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration) + + + ../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../src;$(IncludePath) + $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration) + + + ../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../src;$(IncludePath) + $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration) + Level3 true WIN32;_DEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - Use + NotUsing pch.h Windows true false + libhl.lib;%(AdditionalDependencies) @@ -134,7 +147,7 @@ true WIN32;NDEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - Use + NotUsing pch.h @@ -143,6 +156,7 @@ true true false + libhl.lib;%(AdditionalDependencies) @@ -180,6 +194,11 @@ libhl.lib;%(AdditionalDependencies) + + + libhl.lib;%(AdditionalDependencies) + +