~comnets/openwns-simpletl/simpletl--main--1.0

« back to all changes in this revision

Viewing changes to config/common.py

  • Committer: Maciej Muehleisen
  • Date: 2008-06-27 19:06:36 UTC
  • Revision ID: mue@comnets.rwth-aachen.de-20080627190636-mils4h08gjrui1t5
Disabled flat includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
commonEnv = CNBSEnvironment(PROJNAME       = 'simpletl',
7
7
                            PROJMODULES    = ['simpletl'],
8
8
                            AUTODEPS       = [],
 
9
                            FLATINCLUDES   = False,
9
10
                            DEFAULTVERSION = True,
10
11
                            LIBRARY        = True,
11
12
                            SHORTCUTS      = True,