embed event api compatibility lua script

probably temporary, can't deprecate and remove an extremely common api in the same version.
lua script embed code mostly copied from my mod
This commit is contained in:
jacob1
2018-11-17 00:09:48 -05:00
parent e48bd482f6
commit 2929264885
11 changed files with 284 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ if GetOption("msvc"):
env.Append(LIBPATH=['StaticLibs/'])
else:
env.Append(LIBPATH=['Libraries/'])
env.Append(CPPPATH=['includes/'])
env.Append(CPPPATH=['includes/', 'resources/'])
#Check 32/64 bit
def CheckBit(context):