ProjectDefinition.st
branchjv
changeset 18023 a6d357f1b3d7
parent 18011 deb0c3355881
parent 14738 3ac0be44bd65
child 18025 036717d61eda
--- a/ProjectDefinition.st	Thu Jan 31 16:54:54 2013 +0000
+++ b/ProjectDefinition.st	Sun Feb 03 22:15:59 2013 +0000
@@ -90,6 +90,7 @@
 "
 ! !
 
+
 !ProjectDefinition class methodsFor:'instance creation'!
 
 definitionClassForMonticelloPackage:aMonicelloPackagename
@@ -223,6 +224,7 @@
     "Modified: / 17-08-2006 / 17:24:23 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'accessing'!
 
 allPreRequisites
@@ -971,6 +973,7 @@
     "Created: / 14-09-2006 / 14:59:53 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'accessing - packaging'!
 
 classNames:aCollectionOfClassNames
@@ -1094,6 +1097,7 @@
     self classNamesAndAttributes:newSpec usingCompiler:compilerOrNil
 ! !
 
+
 !ProjectDefinition class methodsFor:'accessing - tests'!
 
 excludedFromTestSuite
@@ -1136,6 +1140,7 @@
     "Modified: / 08-08-2011 / 14:59:45 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'class initialization'!
 
 initialize
@@ -1255,6 +1260,7 @@
     "Modified: / 20-08-2011 / 23:32:32 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'code generation'!
 
 applicationIconFileName_code
@@ -1798,6 +1804,7 @@
     "Modified: / 29-03-2012 / 18:43:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProjectDefinition class methodsFor:'defaults'!
 
 applicationTypes
@@ -1877,6 +1884,7 @@
     "Created: / 23-08-2006 / 14:27:32 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description'!
 
 excludedFromPreRequisites
@@ -1969,6 +1977,7 @@
     "Modified: / 17-08-2006 / 19:57:46 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - actions'!
 
 postLoadAction
@@ -1993,6 +2002,7 @@
     "Modified: / 17-08-2006 / 19:59:26 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - classes'!
 
 additionalClassNamesAndAttributes
@@ -2031,6 +2041,7 @@
     "Created: / 23-01-2007 / 19:08:27 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - compilation'!
 
 additionalBaseAddressDefinition_bc_dot_mak
@@ -2415,6 +2426,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -2843,6 +2855,7 @@
     "Modified: / 17-08-2006 / 19:46:29 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'file generation'!
 
 apspecFilename
@@ -3345,6 +3358,7 @@
     "Created: / 07-09-2006 / 17:07:00 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'file mappings'!
 
 autopackage_default_dot_apspec_mappings
@@ -3628,6 +3642,7 @@
                 replaceAny:':' with:$_
 ! !
 
+
 !ProjectDefinition class methodsFor:'file mappings support'!
 
 classNamesByCategory
@@ -4279,6 +4294,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -4586,7 +4602,9 @@
 @REM Kludge got Mercurial, cannot be implemented in Borland make
 @FOR /F "tokens=*" %%%%i in (''hg root'') do SET HGROOT=%%%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
-make.exe -N -f bc.mak -DUSEMINGW=1 %DEFINES% %*
+
+@call %(TOP)\rules\find_mingw.bat
+make.exe -N -f bc.mak -DUSEMINGW64=1 %%*
 
 %(SUBPROJECT_MINGWMAKE_CALLS)
 '
@@ -4711,6 +4729,7 @@
     "Modified: / 04-09-2012 / 11:45:49 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'loading'!
 
 ensureFullyLoaded
@@ -4873,6 +4892,7 @@
     "Modified: / 20-11-2012 / 23:06:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProjectDefinition class methodsFor:'misc ui support'!
 
 iconInBrowserSymbol
@@ -4887,6 +4907,7 @@
     ^ super iconInBrowserSymbol
 ! !
 
+
 !ProjectDefinition class methodsFor:'private'!
 
 abbrevs
@@ -5490,6 +5511,7 @@
     "Created: / 03-06-2011 / 17:01:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !ProjectDefinition class methodsFor:'private-extension handling'!
 
 hasSavedOverwrittenMethods
@@ -5604,6 +5626,7 @@
     ^ safeForOverwrittenMethods at:(aClass name,'>>',aSelector) ifAbsent:nil
 ! !
 
+
 !ProjectDefinition class methodsFor:'private-loading'!
 
 checkPrerequisitesForLoading
@@ -6150,6 +6173,7 @@
     ]
 ! !
 
+
 !ProjectDefinition class methodsFor:'private-prerequisites'!
 
 addReferencesToClassesFromGlobalsIn:aSetOfClasses to:usedClassReasons
@@ -6316,6 +6340,7 @@
     "Created: / 06-09-2011 / 08:29:37 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'queries'!
 
 allClassNames
@@ -6686,6 +6711,7 @@
     ^ self subclassResponsibility
 ! !
 
+
 !ProjectDefinition class methodsFor:'queries-privacy'!
 
 showClassDocumentationOf:aClass
@@ -6699,6 +6725,7 @@
     "Created: / 05-11-2007 / 16:44:16 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'sanity checks'!
 
 validateDescription
@@ -6851,6 +6878,7 @@
     "Created: / 05-03-2012 / 12:18:45 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'testing'!
 
 isApplicationDefinition
@@ -6888,6 +6916,7 @@
     "Modified: / 08-02-2011 / 10:03:49 / cg"
 ! !
 
+
 !ProjectDefinition::AbbrevEntry methodsFor:'accessing'!
 
 category
@@ -6917,14 +6946,15 @@
     "Created: / 18-08-2011 / 14:18:37 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.407 2013-01-17 13:28:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.408 2013-02-01 15:12:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.407 2013-01-17 13:28:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.408 2013-02-01 15:12:33 cg Exp $'
 !
 
 version_SVN