Updated genie windows binary.

This commit is contained in:
Branimir Karadžić
2014-09-10 20:51:44 -07:00
parent 6d2b7a6920
commit 089427717d
7 changed files with 32 additions and 32 deletions

24
scripts/bx.lua Normal file
View File

@@ -0,0 +1,24 @@
--
-- Copyright 2010-2013 Branimir Karadzic. All rights reserved.
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
project "bx"
uuid "4db0b09e-d6df-11e1-a0ec-65ccdd6a022f"
kind "StaticLib"
configuration { "osx or ios" }
-- OSX ar doesn't like creating archive without object files
-- here is object file...
prebuildcommands {
"@echo \"void dummy() {}\" > /tmp/dummy.cpp",
}
files {
"/tmp/dummy.cpp",
}
configuration {}
files {
"../include/**.h",
}