Changeset 448 for trunk/SConstruct


Ignore:
Timestamp:
05/14/10 11:31:00 (2 years ago)
Author:
tholt
Message:
  • copyright header cleanup
  • whitepsace cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r434 r448  
    103103avango.build.TestEnvironment.add_library('avango-unittest') 
    104104 
    105 # List is ordered by dependency of modules  
     105# List is ordered by dependency of modules 
    106106avango.build.SConscript('avango-build/SConscript') 
    107107avango.build.SConscript('avango-core/SConscript') 
     
    114114    avango.build.SConscript('avango-menu/SConscript') 
    115115    if not avango.build.oshelper.os_is_windows() and \ 
    116         not avango.build.oshelper.os_is_mac(): #FIXME get module running under Windows/MAC 
     116        not avango.build.oshelper.os_is_mac(): #FIXME get module running under Windows/MAC 
    117117        avango.build.SConscript('avango-daemon/SConscript') 
    118118if not avango.build.oshelper.os_is_windows() and \ 
Note: See TracChangeset for help on using the changeset viewer.