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/avango-build/src/avango/build/utility.py

    r1 r448  
    33########################################################################## 
    44#                                                                        # 
    5 # This file is part of Avango.                                           # 
     5# This file is part of AVANGO.                                           # 
    66#                                                                        # 
    77# Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der       # 
    88# angewandten Forschung (FhG), Munich, Germany.                          # 
    99#                                                                        # 
    10 # Avango is free software: you can redistribute it and/or modify         # 
     10# AVANGO is free software: you can redistribute it and/or modify         # 
    1111# it under the terms of the GNU Lesser General Public License as         # 
    1212# published by the Free Software Foundation, version 3.                  # 
    1313#                                                                        # 
    14 # Avango is distributed in the hope that it will be useful,              # 
     14# AVANGO is distributed in the hope that it will be useful,              # 
    1515# but WITHOUT ANY WARRANTY; without even the implied warranty of         # 
    1616# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the           # 
     
    1818#                                                                        # 
    1919# You should have received a copy of the GNU Lesser General Public       # 
    20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 
    21 #                                                                        # 
    22 # Avango is a trademark owned by FhG.                                    # 
     20# License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 
    2321#                                                                        # 
    2422########################################################################## 
     
    4745    sourceList = [] 
    4846    prepend_string = '' 
    49      
     47 
    5048    if env['DEBUG']: 
    5149        mode = 'Debug' 
    5250    else: 
    5351        mode = 'Release' 
    54          
     52 
    5553    for s in sources: 
    5654        sourceList.append('..\\' + s.srcnode().path) 
     
    6361    variant_list.append('Check|Win32') 
    6462    variant_list.append(mode+'|Win32') 
    65    
     63 
    6664    project = env.MSVSProject(target = name + env['MSVSPROJECTSUFFIX'], 
    6765                              auto_build_solution=0, 
Note: See TracChangeset for help on using the changeset viewer.