Tweak to the MSVC build

This commit is contained in:
2023-07-31 02:04:27 +10:00
parent 4137935468
commit 0955b3ff38

View File

@@ -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>