This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
doghook/create_projects.bat
2018-03-12 21:23:48 +00:00

8 lines
102 B
Batchfile

@echo off
echo creating projects...
premake5 vs2017
premake5 export-compile-commands
echo finished.