allow gcc or clang compiler

This commit is contained in:
sonoro1234
2018-10-09 11:03:49 +02:00
parent 073f438467
commit 2759a8ed4d
2 changed files with 21 additions and 19 deletions

View File

@@ -14,8 +14,9 @@
:: set PATH=%PATH%;C:\luaGL;C:\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin;
:: set PATH=%PATH%;C:\luaGL\sources\luajit-master\luajit-master\bin\mingw32;C:\mingw32\bin;
::process files
:: arg[1..n] name of implementations to generate
luajit ./generator.lua glfw opengl3 opengl2 sdl
:: arg[1] compiler name gcc or clang
:: arg[2..n] name of implementations to generate
luajit ./generator.lua "gcc" glfw opengl3 opengl2 sdl
::leave console open
cmd /k