Added dummy premake script.

This commit is contained in:
bkaradzic
2012-07-25 22:15:47 -07:00
parent e9909bbad1
commit 2665565f3f

7
premake/bx.lua Normal file
View File

@@ -0,0 +1,7 @@
project "bx"
uuid "4db0b09e-d6df-11e1-a0ec-65ccdd6a022f"
kind "StaticLib"
files {
"../include/**.h",
}