Fix in mingwmake.bat template - pass defines to make (includes -DHGROOT) jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Mar 2013 08:57:53 +0000
branchjv
changeset 18034 6700a674532f
parent 18033 c90d8fdd805d
child 18035 3ba5cbaa56b4
Fix in mingwmake.bat template - pass defines to make (includes -DHGROOT)
ProjectDefinition.st
--- a/ProjectDefinition.st	Mon Mar 18 22:12:08 2013 +0000
+++ b/ProjectDefinition.st	Tue Mar 19 08:57:53 2013 +0000
@@ -90,7 +90,6 @@
 "
 ! !
 
-
 !ProjectDefinition class methodsFor:'instance creation'!
 
 definitionClassForMonticelloPackage:aMonicelloPackagename
@@ -224,7 +223,6 @@
     "Modified: / 17-08-2006 / 17:24:23 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'accessing'!
 
 directory
@@ -1000,7 +998,6 @@
     "Modified: / 08-08-2011 / 14:59:45 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'class initialization'!
 
 initialize
@@ -1122,7 +1119,6 @@
     "Modified: / 20-08-2011 / 23:32:32 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'code generation'!
 
 applicationIconFileName_code
@@ -1573,8 +1569,6 @@
     "Modified: / 09-10-2006 / 14:27:20 / cg"
 !
 
-
-
 productInstallDirBaseName_code
     ^ String streamContents:[:s |
         s nextPutLine:'productInstallDirBaseName'.
@@ -1764,7 +1758,6 @@
     "Created: / 23-08-2006 / 14:27:32 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description'!
 
 excludedFromPreRequisites
@@ -1880,7 +1873,6 @@
     "Modified: / 17-08-2006 / 19:57:46 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - actions'!
 
 postLoadAction
@@ -1944,7 +1936,6 @@
     "Created: / 23-01-2007 / 19:08:27 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - compilation'!
 
 additionalBaseAddressDefinition_bc_dot_mak
@@ -2758,7 +2749,6 @@
     "Modified: / 17-08-2006 / 19:46:29 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'file generation'!
 
 apspecFilename
@@ -3261,7 +3251,6 @@
     "Created: / 07-09-2006 / 17:07:00 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'file mappings'!
 
 autopackage_default_dot_apspec_mappings
@@ -3549,7 +3538,6 @@
                 replaceAny:':' with:$_
 ! !
 
-
 !ProjectDefinition class methodsFor:'file mappings support'!
 
 classNamesByCategory
@@ -4254,7 +4242,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -4566,12 +4553,13 @@
 @pushd %(TOP)\rules
 @call find_mingw.bat
 @popd
-make.exe -N -f bc.mak %%USEMINGW_ARG%% %%*
+make.exe -N -f bc.mak %DEFINES% %%USEMINGW_ARG%% %%*
 
 %(SUBPROJECT_MINGWMAKE_CALLS)
 '
 
     "Created: / 05-09-2012 / 19:44:51 / cg"
+    "Modified: / 19-03-2013 / 08:54:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 objectLine_make_dot_spec
@@ -4693,7 +4681,6 @@
     "Modified: / 04-09-2012 / 11:45:49 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'loading'!
 
 ensureFullyLoaded
@@ -4860,7 +4847,6 @@
     "Modified: / 20-11-2012 / 23:06:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectDefinition class methodsFor:'misc ui support'!
 
 iconInBrowserSymbol
@@ -4875,7 +4861,6 @@
     ^ super iconInBrowserSymbol
 ! !
 
-
 !ProjectDefinition class methodsFor:'private'!
 
 abbrevs
@@ -5479,7 +5464,6 @@
     "Created: / 03-06-2011 / 17:01:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ProjectDefinition class methodsFor:'private-extension handling'!
 
 hasSavedOverwrittenMethods
@@ -5594,7 +5578,6 @@
     ^ safeForOverwrittenMethods at:(aClass name,'>>',aSelector) ifAbsent:nil
 ! !
 
-
 !ProjectDefinition class methodsFor:'private-loading'!
 
 checkPrerequisitesForLoading
@@ -6129,7 +6112,6 @@
     ]
 ! !
 
-
 !ProjectDefinition class methodsFor:'private-prerequisites'!
 
 addReferencesToClassesFromGlobalsIn:aSetOfClasses to:usedClassReasons
@@ -6355,8 +6337,6 @@
     "Modified (comment): / 13-03-2013 / 00:40:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-
-
 allReferences
     "answer all (recursive) projects to which I refer - in random order."
 
@@ -6534,7 +6514,6 @@
     "Created: / 06-09-2011 / 08:29:37 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'queries'!
 
 allClassNames
@@ -6905,7 +6884,6 @@
     ^ self subclassResponsibility
 ! !
 
-
 !ProjectDefinition class methodsFor:'queries-privacy'!
 
 showClassDocumentationOf:aClass
@@ -6919,7 +6897,6 @@
     "Created: / 05-11-2007 / 16:44:16 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'sanity checks'!
 
 validateDescription
@@ -7077,7 +7054,6 @@
     "Created: / 05-03-2012 / 12:18:45 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'testing'!
 
 isApplicationDefinition
@@ -7115,7 +7091,6 @@
     "Modified: / 08-02-2011 / 10:03:49 / cg"
 ! !
 
-
 !ProjectDefinition::AbbrevEntry methodsFor:'accessing'!
 
 category
@@ -7145,7 +7120,6 @@
     "Created: / 18-08-2011 / 14:18:37 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'documentation'!
 
 version