Reduced some number crunching in the generator

This commit is contained in:
2023-07-31 02:05:21 +10:00
parent b3179d96f2
commit 577aa47fbd
5 changed files with 50 additions and 35 deletions

View File

@@ -132,9 +132,6 @@
xcopy "$(SDL2ImageDir)\lib\x64\SDL2_image.dll" "$(OutDir)" /Y /I /E
xcopy "$(SDL2MixerDir)\lib\x64\SDL2_mixer.dll" "$(OutDir)" /Y /I /E
xcopy "$(SDL2TTFDir)\lib\x64\SDL2_ttf.dll" "$(OutDir)" /Y /I /E
del "$(OutDir)$(ProjectName).exp"
del "$(OutDir)$(ProjectName).pdb"
rmdir "$(OutDir)optional"
xcopy "$(ProjectDir)assets" "$(Outdir)assets" /Y /I /E</Command>
</PostBuildEvent>
<Bscmake>
@@ -168,9 +165,6 @@ xcopy "$(ProjectDir)assets" "$(Outdir)assets" /Y /I /E</Command>
xcopy "$(SDL2ImageDir)\lib\x64\SDL2_image.dll" "$(OutDir)" /Y /I /E
xcopy "$(SDL2MixerDir)\lib\x64\SDL2_mixer.dll" "$(OutDir)" /Y /I /E
xcopy "$(SDL2TTFDir)\lib\x64\SDL2_ttf.dll" "$(OutDir)" /Y /I /E
del "$(OutDir)$(ProjectName).exp"
del "$(OutDir)$(ProjectName).pdb"
rmdir "$(OutDir)optional"
xcopy "$(ProjectDir)assets" "$(Outdir)assets" /Y /I /E</Command>
</PostBuildEvent>
<Bscmake>