Commit 658f6387 authored by mercury233's avatar mercury233

update premake

parent 9b8329d6
......@@ -3,8 +3,8 @@ install:
- git submodule update --init --recursive
# environment and system dependency
- appveyor DownloadFile https://github.com/premake/premake-core/releases/download/v5.0.0-alpha9/premake-5.0.0-alpha9-windows.zip
- 7z x premake-5.0.0-alpha9-windows.zip
- appveyor DownloadFile https://github.com/premake/premake-core/releases/download/v5.0.0-alpha10/premake-5.0.0-alpha10-windows.zip
- 7z x premake-5.0.0-alpha10-windows.zip
- appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- tar xf libevent-2.0.22-stable.tar.gz
......@@ -25,9 +25,9 @@ install:
- tar xf lua-5.2.4.tar.gz
- move lua-5.2.4\src lua
- appveyor DownloadFile https://www.sqlite.org/2016/sqlite-amalgamation-3140200.zip
- 7z x sqlite-amalgamation-3140200.zip
- move sqlite-amalgamation-3140200 sqlite3
- appveyor DownloadFile https://www.sqlite.org/2016/sqlite-amalgamation-3150200.zip
- 7z x sqlite-amalgamation-3150200.zip
- move sqlite-amalgamation-3150200 sqlite3
# let premake happy
- xcopy /E premake\* .
......
Subproject commit 96bbbedb6e828f4a227cf5405ed8e284b0def2cc
Subproject commit 33c6efb187b701711bd45d82dc25b61a0e7e63ab
This diff is collapsed.
......@@ -2,3 +2,4 @@ project "lua"
kind "StaticLib"
files { "*.c", "*.h" }
removefiles { "luac.c" }
Subproject commit 5485784eac297306878f20f2c6cd4a0a51698653
Subproject commit d0ec12fab15eebda0e934701533c6c27267463f1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment