dmitrysenkovich

Untitled

Aug 22nd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. Index: SConscript
  2. ===================================================================
  3. --- SConscript  (revision 91480)
  4. +++ SConscript  (working copy)
  5. @@ -7,7 +7,6 @@
  6.     'edCore',
  7.     'edMath',
  8.     'edObjects',
  9. -   'edTerrain',
  10.     'World',
  11.     'WorldGeneral',
  12.     'Inter',
  13. @@ -30,6 +29,11 @@
  14.     'renderer',
  15.  ]
  16.  
  17. +if not env.has_key('TERRAIN4'):
  18. +   libs += [
  19. +       'edTerrain',
  20. +   ]
  21. +
  22.  if not env.getUserVariable('FINAL_VERSION'):
  23.     libs.append('JConfigurator')
Advertisement
Add Comment
Please, Sign In to add comment