From e8c9014f03d36aaeb36d27e0d8d479f82f29f785 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Fri, 25 Oct 2024 10:13:19 +0100 Subject: [PATCH] [hlc] Speed up hlc visual studio templates (#720) --- other/haxelib/templates/vs2015/__file__.vcxproj | 12 ++++++++---- other/haxelib/templates/vs2017/__file__.vcxproj | 12 ++++++++---- other/haxelib/templates/vs2019/__file__.vcxproj | 12 ++++++++---- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/other/haxelib/templates/vs2015/__file__.vcxproj b/other/haxelib/templates/vs2015/__file__.vcxproj index 79cd4e1aa..84b912a51 100644 --- a/other/haxelib/templates/vs2015/__file__.vcxproj +++ b/other/haxelib/templates/vs2015/__file__.vcxproj @@ -97,7 +97,8 @@ Disabled WIN32;_DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -113,7 +114,8 @@ Disabled _DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -131,7 +133,8 @@ true WIN32;NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -151,7 +154,8 @@ true NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console diff --git a/other/haxelib/templates/vs2017/__file__.vcxproj b/other/haxelib/templates/vs2017/__file__.vcxproj index 87e602be9..d19e6c727 100644 --- a/other/haxelib/templates/vs2017/__file__.vcxproj +++ b/other/haxelib/templates/vs2017/__file__.vcxproj @@ -99,7 +99,8 @@ true WIN32;_DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -116,7 +117,8 @@ true _DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -135,7 +137,8 @@ true WIN32;NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -156,7 +159,8 @@ true NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console diff --git a/other/haxelib/templates/vs2019/__file__.vcxproj b/other/haxelib/templates/vs2019/__file__.vcxproj index 681388a68..b60046468 100644 --- a/other/haxelib/templates/vs2019/__file__.vcxproj +++ b/other/haxelib/templates/vs2019/__file__.vcxproj @@ -97,7 +97,8 @@ true WIN32;_DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -114,7 +115,8 @@ true WIN32;NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -131,7 +133,8 @@ true _DEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console @@ -148,7 +151,8 @@ true NDEBUG;_CONSOLE;HL_MAKE;%(PreprocessorDefinitions) true - $(IntDir)\%(RelativeDir)\%(Filename).obj + $(IntDir)\%(RelativeDir) + true Console