From 5afae318d6c5f9ae5c30be6742ecffebdd04d7a1 Mon Sep 17 00:00:00 2001 From: Keith Westley Date: Thu, 2 Apr 2020 22:17:04 +1100 Subject: [PATCH] Fix for debug and release --- LibLTC/LibLTC.vcxproj | 18 ++++++++++++++---- libltc.cbp | 12 ++++++------ libltc.layout | 2 +- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/LibLTC/LibLTC.vcxproj b/LibLTC/LibLTC.vcxproj index e0e369a..c19df4d 100644 --- a/LibLTC/LibLTC.vcxproj +++ b/LibLTC/LibLTC.vcxproj @@ -34,11 +34,12 @@ false - DynamicLibrary + StaticLibrary false v142 true Unicode + false StaticLibrary @@ -48,11 +49,12 @@ false - DynamicLibrary + StaticLibrary false v142 true Unicode + false @@ -99,6 +101,9 @@ true false + + $(OutDir)$(TargetName)d$(TargetExt) + @@ -115,10 +120,13 @@ true false + + $(OutDir)$(TargetName)d$(TargetExt) + - Use + NotUsing Level3 MaxSpeed true @@ -127,6 +135,7 @@ WIN32;NDEBUG;LIBLTC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true pch.h + None Windows @@ -138,7 +147,7 @@ - Use + NotUsing Level3 MaxSpeed true @@ -147,6 +156,7 @@ NDEBUG;LIBLTC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true pch.h + None Windows diff --git a/libltc.cbp b/libltc.cbp index 332159d..07964dd 100644 --- a/libltc.cbp +++ b/libltc.cbp @@ -7,12 +7,12 @@