]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/M5build.applescript
suppress VC7.1 64 bit correctness warnings
[wxWidgets.git] / docs / mac / M5build.applescript
index 8b951bc547c1491b5a50fffa255054a0e12b3510..0bd059210626d5a63bc14b0562fe54b2ccc620a7 100644 (file)
@@ -156,7 +156,7 @@ on BuildProjects(inLogFileRef, inFolder, inTarget, inRebuild)
                write gSeparator to inLogFileRef
        end if
        
-       tell application "Finder" to set theSubFolders to every folder of inFolder
+       tell application "Finder" to set theSubFolders to every folder of inFolder whose name does not end with " Data"
        repeat with theFolder in theSubFolders
                BuildProjects(inLogFileRef, theFolder, inTarget, inRebuild)
        end repeat