[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
af50e6371c
commit
7bc198cb29
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutinModule as module
|
||||
import lutinTools as tools
|
||||
import lutin.module as module
|
||||
import lutin.tools as tools
|
||||
|
||||
def get_desc():
|
||||
return "Glew generic glew interface (for windows only)"
|
||||
@ -13,14 +13,14 @@ def create(target):
|
||||
|
||||
myModule.add_export_path(tools.get_current_path(__file__) + "/glew/include/")
|
||||
if target.config["bus-size"] == "32":
|
||||
myModule.add_export_flag_LD([
|
||||
myModule.add_export_flag('link', [
|
||||
tools.get_current_path(__file__) + "/glew/lib/Release/Win32/glew32s.lib"
|
||||
])
|
||||
else:
|
||||
myModule.add_export_flag_LD([
|
||||
myModule.add_export_flag('link', [
|
||||
tools.get_current_path(__file__) + "/glew/lib/Release/x64/glew32s.lib",
|
||||
])
|
||||
myModule.add_export_flag_LD([
|
||||
myModule.add_export_flag('link', [
|
||||
"-lopengl32",
|
||||
"-lgdi32",
|
||||
"-static-libgcc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user