fix launch error for premake (#167)

* fix error of launch for premake

* fix launch error for premake

* fix launch error for premake

* fix launch error for premake

* fix launch error for premake

* fix launch error for premake

* Update Generate_UnicodeData.bat

* fix launch error for premake

* fix launch error for premake

* fix launch error for premake
This commit is contained in:
Faymoon 2018-06-28 16:12:12 +02:00 committed by Jérôme Leclercq
parent f9c5867d72
commit 217d971fe7
10 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
premake5 codeblocks
.\premake5.exe codeblocks

View File

@ -1 +1 @@
premake5 codelite
.\premake5.exe codelite

View File

@ -1 +1 @@
premake5 vs2015
.\premake5.exe vs2015

View File

@ -1 +1 @@
premake5 vs2017
.\premake5.exe vs2017

View File

@ -1,2 +1,2 @@
premake5 encoderesources
.\premake5.exe encoderesources
pause

View File

@ -1,2 +1,2 @@
premake5 generateheaders
.\premake5.exe generateheaders
pause

View File

@ -1,2 +1,2 @@
premake5 parseunicode
.\premake5.exe parseunicode
pause

View File

@ -1,2 +1,2 @@
premake5 package
.\premake5.exe package
pause

View File

@ -1,2 +1,2 @@
premake5 --pack-libdir=msvc package
.\premake5.exe --pack-libdir=msvc package
pause

View File

@ -1,2 +1,2 @@
premake5 --pack-libdir=mingw package
.\premake5.exe --pack-libdir=mingw package
pause