Dependencies: made jn:refactoring_custom/patches a referenced prerequisite
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 19 Feb 2015 06:07:58 +0000
changeset 825 daa2a57953af
parent 824 e05a8e8035f9
child 826 8e15449e384c
Dependencies: made jn:refactoring_custom/patches a referenced prerequisite ...so it gets loaded before jn:refactoring_custom which requires it.
Make.proto
bc.mak
bmake.bat
jn_refactoring_custom.st
lccmake.bat
mingwmake.bat
refactoring_custom.rc
vcmake.bat
--- a/Make.proto	Sat Feb 14 15:14:16 2015 +0000
+++ b/Make.proto	Thu Feb 19 06:07:58 2015 +0000
@@ -21,7 +21,7 @@
 INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
-SUBDIRS= patches
+SUBDIRS=
 
 
 # subdirectories where Makefiles are to be made:
@@ -34,7 +34,7 @@
 # add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
-LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/changes -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/helpers -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libjava -I$(INCLUDE_TOP)/stx/libjava/tools -I$(INCLUDE_TOP)/stx/libjavascript -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2
+LOCALINCLUDES= -I$(INCLUDE_TOP)/jn/refactoring_custom/patches -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/changes -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/helpers -I$(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libcomp -I$(INCLUDE_TOP)/stx/libjava -I$(INCLUDE_TOP)/stx/libjava/tools -I$(INCLUDE_TOP)/stx/libjavascript -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg -I$(INCLUDE_TOP)/stx/libwidg2
 
 
 # if you need any additional defines for embedded C code,
--- a/bc.mak	Sat Feb 14 15:14:16 2015 +0000
+++ b/bc.mak	Thu Feb 19 06:07:58 2015 +0000
@@ -35,7 +35,7 @@
 
 
 
-LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\changes -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\helpers -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libjava -I$(INCLUDE_TOP)\stx\libjava\tools -I$(INCLUDE_TOP)\stx\libjavascript -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libwidg2
+LOCALINCLUDES= -I$(INCLUDE_TOP)\jn\refactoring_custom\patches -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\changes -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\helpers -I$(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libcomp -I$(INCLUDE_TOP)\stx\libjava -I$(INCLUDE_TOP)\stx\libjava\tools -I$(INCLUDE_TOP)\stx\libjavascript -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libwidg2
 LOCALDEFINES=
 
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -headerDir=. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
--- a/bmake.bat	Sat Feb 14 15:14:16 2015 +0000
+++ b/bmake.bat	Thu Feb 19 06:07:58 2015 +0000
@@ -9,11 +9,4 @@
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
 make.exe -N -f bc.mak  %DEFINES% %*
 
-@echo "***********************************"
-@echo "Buildung jn/refactoring_custom/patches
-@echo "***********************************"
-@pushd patches
-@call bmake %1 %2 || exit /b "%errorlevel%"
-@popd
 
-
--- a/jn_refactoring_custom.st	Sat Feb 14 15:14:16 2015 +0000
+++ b/jn_refactoring_custom.st	Thu Feb 19 06:07:58 2015 +0000
@@ -66,7 +66,10 @@
         #'stx:libview'    "WindowGroup - referenced by CustomCodeGeneratorOrRefactoring>>executeInContextWithWaitCursor:"
         #'stx:libwidg'    "DialogBox - referenced by CustomUserDialog>>initialize"
         #'stx:libwidg2'    "CheckBox - referenced by CustomDialog>>addCheckBoxOn:labeled:"
+        #'jn:refactoring_custom/patches'     
     )
+
+    "Modified: / 19-02-2015 / 06:05:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 subProjects
@@ -76,10 +79,9 @@
      for those, redefine requiredPrerequisites"
 
     ^ #(
-        #'jn:refactoring_custom/patches'
     )
 
-    "Modified: / 15-10-2014 / 00:02:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 19-02-2015 / 06:04:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !jn_refactoring_custom class methodsFor:'description - contents'!
--- a/lccmake.bat	Sat Feb 14 15:14:16 2015 +0000
+++ b/lccmake.bat	Thu Feb 19 06:07:58 2015 +0000
@@ -5,11 +5,4 @@
 @REM -------
 make.exe -N -f bc.mak -DUSELCC=1 %*
 
-@echo "***********************************"
-@echo "Buildung jn/refactoring_custom/patches
-@echo "***********************************"
-@pushd patches
-@call lccmake %1 %2 || exit /b "%errorlevel%"
-@popd
 
-
--- a/mingwmake.bat	Sat Feb 14 15:14:16 2015 +0000
+++ b/mingwmake.bat	Thu Feb 19 06:07:58 2015 +0000
@@ -13,11 +13,4 @@
 @popd
 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
 
-@echo "***********************************"
-@echo "Buildung jn/refactoring_custom/patches
-@echo "***********************************"
-@pushd patches
-@call mingwmake %1 %2 || exit /b "%errorlevel%"
-@popd
 
-
--- a/refactoring_custom.rc	Sat Feb 14 15:14:16 2015 +0000
+++ b/refactoring_custom.rc	Thu Feb 19 06:07:58 2015 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "ProductName\0"
       VALUE "ProductVersion", "6.2.5.0\0"
-      VALUE "ProductDate", "Sat, 14 Feb 2015 15:13:13 GMT\0"
+      VALUE "ProductDate", "Thu, 19 Feb 2015 06:05:34 GMT\0"
     END
 
   END
--- a/vcmake.bat	Sat Feb 14 15:14:16 2015 +0000
+++ b/vcmake.bat	Thu Feb 19 06:07:58 2015 +0000
@@ -17,11 +17,4 @@
 
 
 
-@echo "***********************************"
-@echo "Buildung jn/refactoring_custom/patches
-@echo "***********************************"
-@pushd patches
-@call vcmake %1 %2 || exit /b "%errorlevel%"
-@popd
 
-