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,8 +114,7 @@
<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>
@@ -131,8 +130,7 @@ 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>