Skip to content
Snippets Groups Projects
Commit 4844b925 authored by drausch's avatar drausch
Browse files

CHG: Using DARWIN instead of PEANUTS as default Vista Version in Generation Script

parent 41ed0fd8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ backupExtension = ".BAK"
excludeDirs = [ "cvs", ".svn", "build", "built", "cmake" ]
sourceExtensions = [ ".c", ".cpp", ".h" ]
addSourceFilesListToSources = True
defaultCoreLibsVersion = "PEANUTS"
defaultCoreLibsVersion = "DARWIN"
findCommented = re.compile( r'\s*#\s*.*' )
findSetListRegEx = re.compile( r'set\(\s*(\S+)\s*\Z' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment