|
@@ -113,7 +113,7 @@ def createLUABindings(inputPath, prefix, mainInclude, libSmallName, libName, api
|
|
|
if inputPathIsDir:
|
|
if inputPathIsDir:
|
|
|
fileName = "%s/%s" % (inputPath, fileName)
|
|
fileName = "%s/%s" % (inputPath, fileName)
|
|
|
head, tail = os.path.split(fileName)
|
|
head, tail = os.path.split(fileName)
|
|
|
- ignore = ["PolyTween", "PolyTweenManager", "PolyGLSLProgram", "PolyGLSLShader", "PolyGLSLShaderModule", "PolyWinCore", "PolyCocoaCore", "PolyAGLCore", "PolySDLCore", "Poly_iPhone", "PolyGLES1Renderer", "PolyGLRenderer", "tinyxml", "tinystr", "OpenGLCubemap", "PolyiPhoneCore", "PolyGLES1Texture", "PolyGLTexture", "PolyGLVertexBuffer", "PolyThreaded", "PolyGLHeaders", "GLee", "PolyPeer", "PolySocket", "PolyClient", "PolyServer", "PolyServerWorld", "OSFILE", "OSFileEntry", "OSBasics", "PolyLogger"]
|
|
|
|
|
|
|
+ ignore = ["PolyTween", "PolyTweenManager", "PolyGLSLProgram", "PolyGLSLShader", "PolyGLSLShaderModule", "PolyWinCore", "PolyCocoaCore", "PolyAGLCore", "PolySDLCore", "Poly_iPhone", "PolyGLES1Renderer", "PolyGLRenderer", "tinyxml", "tinystr", "OpenGLCubemap", "PolyiPhoneCore", "PolyGLES1Texture", "PolyGLTexture", "PolyGLVertexBuffer", "PolyThreaded", "PolyGLHeaders", "GLee", "PolyPeer", "PolySocket", "PolyClient", "PolyServer", "PolyServerWorld", "OSFILE", "OSFileEntry", "OSBasics", "PolyLogger", "PolyFontGlyphSheet"]
|
|
|
if tail.split(".")[1] == "h" and tail.split(".")[0] not in ignore:
|
|
if tail.split(".")[1] == "h" and tail.split(".")[0] not in ignore:
|
|
|
filteredFiles.append(fileName)
|
|
filteredFiles.append(fileName)
|
|
|
wrappersHeaderOut += "#include \"%s\"\n" % (tail)
|
|
wrappersHeaderOut += "#include \"%s\"\n" % (tail)
|