From 3845627fe5e103f972eb47c43d7b63966446a358 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Tue, 14 Feb 2023 18:03:04 +0000 Subject: [PATCH] Added release build to MSVC --- Repl.vcxproj | 15 +++++++++++++++ Toy.vcxproj | 12 +++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Repl.vcxproj b/Repl.vcxproj index cd79381..5a45ed9 100644 --- a/Repl.vcxproj +++ b/Repl.vcxproj @@ -74,6 +74,10 @@ $(SolutionDir)out\$(Configuration)\ $(Platform)\$(ProjectName)\$(Configuration)\ + + $(SolutionDir)out\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,6 +117,17 @@ stdc17 + + + stdc17 + TOY_EXPORT;%(PreprocessorDefinitions) + C:\Users\kayne\Desktop\Toy\source;%(AdditionalIncludeDirectories) + + + $(SolutionDir)out\$(Configuration) + Toy.lib;%(AdditionalDependencies) + + diff --git a/Toy.vcxproj b/Toy.vcxproj index 7f0fe47..b68f000 100644 --- a/Toy.vcxproj +++ b/Toy.vcxproj @@ -41,7 +41,7 @@ v143 - Application + DynamicLibrary false v143 @@ -73,6 +73,10 @@ $(SolutionDir)out\$(Configuration)\ $(Platform)\$(ProjectName)\$(Configuration)\ + + $(SolutionDir)out\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + WIN32;_DEBUG;_WINDOWS;_USRDLL;TOY_EXPORTS;TOY_EXPORT;%(PreprocessorDefinitions) @@ -108,6 +112,12 @@ stdc17 + + + stdc17 + TOY_EXPORT;%(PreprocessorDefinitions) + +