Skip to content

Commit

Permalink
Merge pull request #686 from 4O4/win-create-projects
Browse files Browse the repository at this point in the history
Fix premake executable path on windows
  • Loading branch information
Justus H committed Nov 3, 2018
2 parents 3de81e6 + e779969 commit 8104fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win-create-projects.bat
@@ -1,10 +1,10 @@
@echo off

rem Update CEF eventually
utils\premake5 install_cef
utils\premake5.exe install_cef

rem Generate solutions
utils\premake5 vs2017
utils\premake5.exe vs2017

rem Create a shortcut to the solution - http://superuser.com/questions/392061/how-to-make-a-shortcut-from-cmd
set SCRIPTFILE="%TEMP%\CreateMyShortcut.vbs"
Expand Down

0 comments on commit 8104fea

Please sign in to comment.