From ae9abf45a2ded6e580d1d60e7258b22f348c5004 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:10:09 -0400 Subject: [PATCH] feat: release building --- .gitignore | 1 + 4J_Input/4J_Input.vcxproj | 7 ++++--- 4J_Profile/4J_Profile.vcxproj | 9 +++++---- 4J_Render/4J_Render.vcxproj | 8 +++++--- 4J_Storage/4J_Storage.vcxproj | 7 ++++--- 4J_XTMS/4J_XTMS.vcxproj | 21 ++++----------------- 4J_XTMS/4J_XTMS.vcxproj.filters | 16 ---------------- 7 files changed, 23 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index a013077..7c3aca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ x64/ Debug/ +ipch/ # Misc *.sdf diff --git a/4J_Input/4J_Input.vcxproj b/4J_Input/4J_Input.vcxproj index eef45e5..ede17d5 100644 --- a/4J_Input/4J_Input.vcxproj +++ b/4J_Input/4J_Input.vcxproj @@ -112,7 +112,7 @@ - NotUsing + Create Level3 Disabled _WINDOWS64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) @@ -148,14 +148,15 @@ Level3 - Use + Create MaxSpeed true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WINDOWS64;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreaded Windows diff --git a/4J_Profile/4J_Profile.vcxproj b/4J_Profile/4J_Profile.vcxproj index ceb06d4..58c8fbc 100644 --- a/4J_Profile/4J_Profile.vcxproj +++ b/4J_Profile/4J_Profile.vcxproj @@ -112,14 +112,14 @@ - NotUsing + Create Level3 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h - MultiThreadedDebug + MultiThreadedDLL Windows @@ -148,14 +148,15 @@ Level3 - Use + Create MaxSpeed true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WINDOWS64;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreaded Windows diff --git a/4J_Render/4J_Render.vcxproj b/4J_Render/4J_Render.vcxproj index bf714a0..3a08f51 100644 --- a/4J_Render/4J_Render.vcxproj +++ b/4J_Render/4J_Render.vcxproj @@ -114,7 +114,7 @@ - $(ProjectName)_PC_d + $(ProjectName)_d $(ProjectName)_d @@ -150,7 +150,7 @@ ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h CompileAsCpp - MultiThreadedDebug + MultiThreadedDLL Windows @@ -190,10 +190,12 @@ MaxSpeed true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WINDOWS64;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreaded + CompileAsCpp Windows diff --git a/4J_Storage/4J_Storage.vcxproj b/4J_Storage/4J_Storage.vcxproj index 73f548e..6af049b 100644 --- a/4J_Storage/4J_Storage.vcxproj +++ b/4J_Storage/4J_Storage.vcxproj @@ -108,7 +108,7 @@ - NotUsing + Create Level3 Disabled _WINDOWS64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) @@ -144,14 +144,15 @@ Level3 - Use + Create MaxSpeed true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WINDOWS64;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreaded Windows diff --git a/4J_XTMS/4J_XTMS.vcxproj b/4J_XTMS/4J_XTMS.vcxproj index d8a0b1b..c8824ce 100644 --- a/4J_XTMS/4J_XTMS.vcxproj +++ b/4J_XTMS/4J_XTMS.vcxproj @@ -84,13 +84,14 @@ - NotUsing + Create Level3 Disabled _WINDOWS64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true ../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreadedDLL Windows @@ -119,7 +120,7 @@ Level3 - Use + Create MaxSpeed true true @@ -127,6 +128,7 @@ true ../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) stdafx.h + MultiThreaded Windows @@ -135,21 +137,6 @@ true - - - - - - - - - - Create - Create - Create - Create - - diff --git a/4J_XTMS/4J_XTMS.vcxproj.filters b/4J_XTMS/4J_XTMS.vcxproj.filters index f53f225..d7ef6a1 100644 --- a/4J_XTMS/4J_XTMS.vcxproj.filters +++ b/4J_XTMS/4J_XTMS.vcxproj.filters @@ -14,20 +14,4 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - - Header Files - - - Header Files - - - - - Source Files - - \ No newline at end of file