Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: SConscript
- ===================================================================
- --- SConscript (revision 91480)
- +++ SConscript (working copy)
- @@ -7,7 +7,6 @@
- 'edCore',
- 'edMath',
- 'edObjects',
- - 'edTerrain',
- 'World',
- 'WorldGeneral',
- 'Inter',
- @@ -30,6 +29,11 @@
- 'renderer',
- ]
- +if not env.has_key('TERRAIN4'):
- + libs += [
- + 'edTerrain',
- + ]
- +
- if not env.getUserVariable('FINAL_VERSION'):
- libs.append('JConfigurator')
Advertisement
Add Comment
Please, Sign In to add comment