From 24ce965e76cf5eabf2da023842f7203f9586caaf Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sun, 23 Jul 2023 23:57:48 +1000 Subject: [PATCH] Smoothed out building on Windows --- Toy.vcxproj | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/Toy.vcxproj b/Toy.vcxproj index 385535c..c3c09a7 100644 --- a/Toy.vcxproj +++ b/Toy.vcxproj @@ -70,12 +70,14 @@ true - $(SolutionDir)out\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ + $(SolutionDir)out\ + $(Platform)\$(Configuration)\ + false - $(SolutionDir)out\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ + $(SolutionDir)out\ + $(Platform)\$(Configuration)\ + false @@ -111,12 +113,34 @@ TOY_EXPORT;%(PreprocessorDefinitions) stdc17 + + del "$(OutDir)$(ProjectName).exp" +del "$(OutDir)$(ProjectName).pdb" + + + + $(Outdir)$(TargetName)$(TargetExt) + + + $(Platform)\$(Configuration)\$(TargetName).bsc + stdc17 TOY_EXPORT;%(PreprocessorDefinitions) + + del "$(OutDir)$(ProjectName).exp" +del "$(OutDir)$(ProjectName).pdb" + + + + $(Outdir)$(TargetName)$(TargetExt) + + + $(Platform)\$(Configuration)\$(TargetName).bsc +