SHADE_Y3/generate.bat

5 lines
87 B
Batchfile
Raw Permalink Normal View History

erase /s /q *.vcxproj
erase /s /q *.vcxproj.filters
2022-08-26 14:04:03 +08:00
call Premake\premake5 vs2019
PAUSE