oxide2/create_projects.bat
2020-06-26 18:18:48 +01:00

7 lines
69 B
Batchfile

@echo off
echo creating projects...
premake5 vs2017
echo finished.