From 77585de397cbcb8e50e81589f05dd02194dc1a22 Mon Sep 17 00:00:00 2001 From: Randy Date: Tue, 4 Aug 2020 19:16:05 +0200 Subject: [PATCH] remove CGLM_DLL from vs solution --- win/cglm.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj index 86b1fc6..8e6e1e7 100644 --- a/win/cglm.vcxproj +++ b/win/cglm.vcxproj @@ -209,7 +209,7 @@ NotUsing Level3 MaxSpeed - WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL + WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions) None Default @@ -225,7 +225,7 @@ Level3 MaxSpeed - _DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL + _DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions) AnySuitable true true @@ -246,7 +246,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL + WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions) None CompileAsC @@ -266,7 +266,7 @@ MaxSpeed true true - NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL + NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions) None CompileAsC