mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tweak to the MSVC build
This commit is contained in:
10
Toy.vcxproj
10
Toy.vcxproj
@@ -114,9 +114,8 @@
|
|||||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>del "$(OutDir)$(ProjectName).exp"
|
<Command>
|
||||||
del "$(OutDir)$(ProjectName).pdb"
|
</Command>
|
||||||
</Command>
|
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<Link>
|
<Link>
|
||||||
<OutputFile>$(Outdir)$(TargetName)$(TargetExt)</OutputFile>
|
<OutputFile>$(Outdir)$(TargetName)$(TargetExt)</OutputFile>
|
||||||
@@ -131,9 +130,8 @@ del "$(OutDir)$(ProjectName).pdb"
|
|||||||
<PreprocessorDefinitions>TOY_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>TOY_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>del "$(OutDir)$(ProjectName).exp"
|
<Command>
|
||||||
del "$(OutDir)$(ProjectName).pdb"
|
</Command>
|
||||||
</Command>
|
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<Link>
|
<Link>
|
||||||
<OutputFile>$(Outdir)$(TargetName)$(TargetExt)</OutputFile>
|
<OutputFile>$(Outdir)$(TargetName)$(TargetExt)</OutputFile>
|
||||||
|
|||||||
Reference in New Issue
Block a user