Changeset 654
- Timestamp:
- Oct 21, 2007 3:44:34 PM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserConfig.py
r653 r654 134 134 135 135 #---------------------------------------------------------------------- 136 #On some systems the user might want to set extra options for the 137 #configure script like compilers... 138 #---------------------------------------------------------------------- 139 CONFIGURE_FLAGS = '' 140 141 #---------------------------------------------------------------------- 136 142 # List of Projects to be processed by script 137 143 #---------------------------------------------------------------------- -
branches/testScripts/nightlyBuild.py
r651 r654 119 119 #--------------------------------------------------------------------- 120 120 vpathDir=projectVersion[0]+'-'+buildType 121 configOptions='-C '+ configLine121 configOptions='-C '+NBuserConfig.CONFIGURE_FLAGS+' '+configLine 122 122 123 123 # if "ThirdParty" in buildType :
Note: See TracChangeset
for help on using the changeset viewer.