You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-moved script to modules
This commit is contained in:
10
SConstruct
10
SConstruct
@@ -210,18 +210,9 @@ for p in platform_list:
|
||||
if (env["builtin_zlib"]=='yes'):
|
||||
env.Append(CPPPATH=['#drivers/builtin_zlib/zlib'])
|
||||
|
||||
if (env['squirrel']=='yes'):
|
||||
|
||||
env.Append(CPPFLAGS=['-DSQUIRREL_ENABLED'])
|
||||
env.Append(CPPPATH=['#script/squirrel/src'])
|
||||
|
||||
# to test 64 bits compiltion
|
||||
# env.Append(CPPFLAGS=['-m64'])
|
||||
|
||||
if (env['lua']=='yes'):
|
||||
|
||||
env.Append(CPPFLAGS=['-DLUA_ENABLED'])
|
||||
env.Append(CPPPATH=['#script/lua/src'])
|
||||
if (env_base['squish']=='yes'):
|
||||
env.Append(CPPFLAGS=['-DSQUISH_ENABLED']);
|
||||
|
||||
@@ -297,7 +288,6 @@ for p in platform_list:
|
||||
SConscript("servers/SCsub")
|
||||
SConscript("scene/SCsub")
|
||||
SConscript("tools/SCsub")
|
||||
SConscript("script/SCsub");
|
||||
SConscript("drivers/SCsub")
|
||||
SConscript("bin/SCsub")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user