mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
fixing
This commit is contained in:
parent
bb5af4eb80
commit
3f024cf066
@ -279,6 +279,7 @@ project("Engine")
|
||||
link_stuffs("options:engine=dynamic")
|
||||
filter("configurations:Debug")
|
||||
defines({
|
||||
"LUA_DEBUG",
|
||||
"DEBUG",
|
||||
"_DEBUG"
|
||||
})
|
||||
@ -307,6 +308,11 @@ project("Engine")
|
||||
"external/lua/l*.h",
|
||||
"external/lua/l*.c",
|
||||
})
|
||||
filter("configurations:Release")
|
||||
removefiles({
|
||||
"external/lua/ltests.c"
|
||||
})
|
||||
filter({})
|
||||
removefiles({
|
||||
"external/lua/lua.c"
|
||||
})
|
||||
@ -340,7 +346,8 @@ project("Engine")
|
||||
"external/ode/ode/src/*.cpp"
|
||||
})
|
||||
removefiles({
|
||||
"external/ode/ode/src/collision_std.cpp"
|
||||
"external/ode/ode/src/collision_trimesh_trimesh_old.cpp"
|
||||
"external/ode/ode/src/collision_trimesh_opcode.cpp"
|
||||
})
|
||||
|
||||
includedirs({
|
||||
|
Loading…
x
Reference in New Issue
Block a user