[Gd-chatter] r10727 - trunk/fundev/admin/builds

housel at gwydiondylan.org housel at gwydiondylan.org
Thu May 11 17:49:34 CEST 2006


Author: housel
Date: Thu May 11 17:49:32 2006
New Revision: 10727

Modified:
   trunk/fundev/admin/builds/Makefile
   trunk/fundev/admin/builds/build-release.bat
   trunk/fundev/admin/builds/set-build-variables.bat
Log:
Bug: 7312
Update (some) default paths, and eliminate references to
the internal-release-info library.


Modified: trunk/fundev/admin/builds/Makefile
==============================================================================
--- trunk/fundev/admin/builds/Makefile	(original)
+++ trunk/fundev/admin/builds/Makefile	Thu May 11 17:49:32 2006
@@ -602,7 +602,6 @@
 BASIC_ENVIRONMENT_PROJECT_WIZARD = $(INSTALL_BIN_DIRECTORY)\basic-environment-project-wizard.dll
 TARGET_APPLICATION = $(INSTALL_BIN_DIRECTORY)\target-application.dll
 
-INTERNAL_RELEASE_INFO = $(INSTALL_BIN_DIRECTORY)\internal-release-info.dll
 INTERACTIVE_COMPILER = $(INSTALL_BIN_DIRECTORY)\interactive-compiler.exe
 
 BASIC_RELEASE_INFO = $(INSTALL_BIN_DIRECTORY)\basic-release-info.dll
@@ -1200,13 +1199,13 @@
 enhanced-tools: basic-tools create-id console-scepter naming-service remote-debugger
 enhanced-release: enhanced-release-info enhanced-console-compiler enhanced-compiler enhanced-environment enhanced-libraries enhanced-tools install-runtime-dlls install-enhanced-examples
 
-internal-release-info: $(INTERNAL_RELEASE_INFO)
-compiler: pentium-dw-libraries internal-release-info motley t-lists c-lexer console-scepter-libraries pentium-dw
-hd2c: c-compiler-libraries command-shell hd2c-dfmc-shell dispatch-profiler internal-release-info dw
+release-info: $(RELEASE_INFO)
+compiler: pentium-dw-libraries release-info motley t-lists c-lexer console-scepter-libraries pentium-dw
+hd2c: c-compiler-libraries command-shell hd2c-dfmc-shell dispatch-profiler release-info dw
 internal-compiler: compiler
 interactive-compiler: $(INTERACTIVE_COMPILER)
 console-compiler-exe: $(CONSOLE_COMPILER)
-console-compiler: console-compiler-libraries internal-release-info environment-internal-commands motley t-lists c-lexer console-scepter-libraries console-compiler-exe
+console-compiler: console-compiler-libraries release-info environment-internal-commands motley t-lists c-lexer console-scepter-libraries console-compiler-exe
 console-environment: $(CONSOLE_ENVIRONMENT)
 win32-environment: $(WIN32_ENVIRONMENT)
 gtk-environment: $(GTK_ENVIRONMENT)
@@ -1217,21 +1216,21 @@
 install-internal-examples: install-enhanced-examples install-midi-examples
 internal-only-tools: testworks-libraries test-report debugger map-statistics parser-compiler # hd2c interpreter
 internal-tools: enhanced-tools internal-only-tools
-internal-release: internal-release-info console-compiler compiler internal-environment internal-libraries internal-tools install-runtime-dlls install-internal-examples
+internal-release: release-info console-compiler compiler internal-environment internal-libraries internal-tools install-runtime-dlls install-internal-examples
 
 reinstall-internal-examples:
   $(REMOVE_DIRECTORY) $(EXAMPLES_INSTALL_DIRECTORY)
   $(MAKE) install-internal-examples
 
 minimal-pentium-dw: $(MINIMAL_PENTIUM_DW)
-minimal-compiler: pentium-dw-libraries internal-release-info minimal-pentium-dw
+minimal-compiler: pentium-dw-libraries release-info minimal-pentium-dw
 minimal-console-compiler-exe: $(MINIMAL_CONSOLE_COMPILER)
-minimal-console-compiler: console-compiler-libraries internal-release-info environment-internal-commands minimal-console-compiler-exe
+minimal-console-compiler: console-compiler-libraries release-info environment-internal-commands minimal-console-compiler-exe
 minimal-console-environment: $(MINIMAL_CONSOLE_ENVIRONMENT)
 minimal-win32-environment: $(MINIMAL_WIN32_ENVIRONMENT)
 minimal-gtk-environment: $(MINIMAL_GTK_ENVIRONMENT)
 minimal-internal-environment: minimal-console-environment minimal-win32-environment with-splash-screen
-minimal-internal-release: internal-release-info minimal-console-compiler minimal-compiler minimal-internal-environment basic-libraries basic-tools internal-only-tools install-runtime-dlls install-basic-examples
+minimal-internal-release: release-info minimal-console-compiler minimal-compiler minimal-internal-environment basic-libraries basic-tools internal-only-tools install-runtime-dlls install-basic-examples
 
 releases: internal-release basic-release enhanced-release
 
@@ -2514,12 +2513,6 @@
   $(ENSURE_REGISTRY_ENTRY) file-source-records generic
   $(BUILD_LIBRARY) file-source-records
 
-$(INTERNAL_RELEASE_INFO):
-  $(ENSURE_LIBRARY) release-info
-  $(ENSURE_SOURCES) release-info $(RELEASE_INFO_SOURCE)
-  $(ENSURE_REGISTRY_ENTRY) internal-release-info generic
-  $(BUILD_LIBRARY) internal-release-info
-
 $(LICENSING):
   $(ENSURE_RUNTIME_LIBRARY) $(SYSTEM_DLL) system
   $(ENSURE_RUNTIME_LIBRARY) $(C_FFI_DLL) c-ffi
@@ -2945,7 +2938,7 @@
 
 $(BATCH_DEBUG):
   $(ENSURE_APPLICATION) devel-dbg-ui
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) remote-access-path
   $(ENSURE_REGISTRY_ENTRY) batch-debug generic
   $(BUILD_APPLICATION) batch-debug
@@ -2965,7 +2958,7 @@
   $(ENSURE_LIBRARY) coff-debug
   $(ENSURE_LIBRARY) disasm
   $(ENSURE_LIBRARY) simple-downloader
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) remote-access-path
   $(ENSURE_REGISTRY_ENTRY) devel-dbg-ui generic
   $(BUILD_APPLICATION) devel-dbg-ui
@@ -3001,7 +2994,7 @@
   $(ENSURE_LIBRARY) dfmc-pentium-file-compiler
   $(ENSURE_LIBRARY) motley
   $(ENSURE_LIBRARY) tool-scepter
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_LIBRARY) dfmc-shell
   $(ENSURE_LIBRARY) dispatch-profiler
@@ -3011,7 +3004,7 @@
 
 $(DW):
   $(ENSURE_LIBRARY) dfmc-c-file-compiler
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_LIBRARY) hd2c-dfmc-shell
   $(ENSURE_LIBRARY) dispatch-profiler
@@ -3021,7 +3014,7 @@
 
 $(INTERPRETER):
   $(ENSURE_LIBRARY) dfmc-interpreter-file-compiler
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_LIBRARY) interpreter-dfmc-shell
   $(ENSURE_LIBRARY) dispatch-profiler
@@ -3051,7 +3044,7 @@
 
 $(MINIMAL_PENTIUM_DW):
   $(ENSURE_LIBRARY) dfmc-pentium-file-compiler
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_LIBRARY) dfmc-shell
   $(ENSURE_LIBRARY) dispatch-profiler
@@ -3062,7 +3055,7 @@
 $(MINIMAL_CONSOLE_COMPILER):
   $(ENSURE_LIBRARY) environment-commands
   $(ENSURE_LIBRARY) environment-internal-commands
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) minimal-console-compiler generic
   $(BUILD_APPLICATION) minimal-console-compiler
@@ -3070,7 +3063,7 @@
 $(MINIMAL_CONSOLE_ENVIRONMENT):
   $(ENSURE_LIBRARY) environment-application-commands
   $(ENSURE_LIBRARY) environment-internal-commands
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) minimal-console-environment generic
   $(BUILD_APPLICATION) minimal-console-environment
@@ -3081,7 +3074,7 @@
   $(ENSURE_LIBRARY) environment-profiler
   $(ENSURE_LIBRARY) basic-environment-project-wizard
   $(ENSURE_LIBRARY) environment-internal-commands
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) source-control-hope-backend generic
   $(ENSURE_REGISTRY_ENTRY) minimal-win32-environment x86-win32
@@ -3094,7 +3087,7 @@
   $(ENSURE_LIBRARY) environment-profiler
   $(ENSURE_LIBRARY) basic-environment-project-wizard
   $(ENSURE_LIBRARY) environment-internal-commands
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) source-control-hope-backend generic
   $(ENSURE_REGISTRY_ENTRY) minimal-gtk-environment x86-win32
@@ -3105,7 +3098,7 @@
   $(ENSURE_LIBRARY) environment-internal-commands
   $(ENSURE_LIBRARY) motley
   $(ENSURE_LIBRARY) tool-scepter
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) console-compiler generic
   $(BUILD_APPLICATION) console-compiler
@@ -3116,7 +3109,7 @@
   $(ENSURE_LIBRARY) motley
   $(ENSURE_LIBRARY) tool-scepter
   $(ENSURE_LIBRARY) remote-access-path
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) console-environment generic
   $(BUILD_APPLICATION) console-environment
@@ -3131,7 +3124,7 @@
   $(ENSURE_LIBRARY) tool-scepter
   $(ENSURE_LIBRARY) remote-access-path
   $(ENSURE_LIBRARY) tool-parser-generator
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) SourceSafeTypeLib x86-win32
   $(ENSURE_REGISTRY_ENTRY) source-control-vss-backend x86-win32
@@ -3150,7 +3143,7 @@
   $(ENSURE_LIBRARY) tool-scepter
   $(ENSURE_LIBRARY) remote-access-path
   $(ENSURE_LIBRARY) tool-parser-generator
-  $(ENSURE_LIBRARY) internal-release-info
+  $(ENSURE_LIBRARY) release-info
   $(ENSURE_LIBRARY) licensing
   $(ENSURE_REGISTRY_ENTRY) SourceSafeTypeLib x86-win32
   $(ENSURE_REGISTRY_ENTRY) source-control-vss-backend x86-win32

Modified: trunk/fundev/admin/builds/build-release.bat
==============================================================================
--- trunk/fundev/admin/builds/build-release.bat	(original)
+++ trunk/fundev/admin/builds/build-release.bat	Thu May 11 17:49:32 2006
@@ -22,7 +22,7 @@
 echo -       Strips out debug information from the runtime DLLs [default: no]
 echo -     /dylan
 echo -       Specifies the directory to build from (previous release)
-echo -       [default: C:\Program Files\Functional Objects\Functional Developer]
+echo -       [default: C:\Program Files\Open Dylan]
 echo -     /sources
 echo -       Specifies the location of the sources [default: under release]
 echo -     /branch
@@ -103,7 +103,7 @@
 if "%1"=="/?" GOTO PRINT_USAGE
 
 set ERROR_MESSAGE=
-if "%OPEN_DYLAN_DEFAULT_ROOT%"=="" set OPEN_DYLAN_DEFAULT_ROOT=C:\Program Files\Functional Objects\Functional Developer
+if "%OPEN_DYLAN_DEFAULT_ROOT%"=="" set OPEN_DYLAN_DEFAULT_ROOT=C:\Program Files\Open Dylan
 set OLD_RELEASE_ROOT=%OPEN_DYLAN_DEFAULT_ROOT%
 set OPEN_DYLAN_USER_SOURCES=
 set SAVED_OPEN_DYLAN_LIBRARY_PACKS=%OPEN_DYLAN_LIBRARY_PACKS%

Modified: trunk/fundev/admin/builds/set-build-variables.bat
==============================================================================
--- trunk/fundev/admin/builds/set-build-variables.bat	(original)
+++ trunk/fundev/admin/builds/set-build-variables.bat	Thu May 11 17:49:32 2006
@@ -119,7 +119,7 @@
 set BACK_END=pentium
 set GENERATION=
 set FINAL_GENERATION=
-if "%OPEN_DYLAN_DEFAULT_ROOT%"=="" set OPEN_DYLAN_DEFAULT_ROOT=C:\Program Files\Functional Objects\Functional Developer
+if "%OPEN_DYLAN_DEFAULT_ROOT%"=="" set OPEN_DYLAN_DEFAULT_ROOT=C:\Program Files\Open Dylan
 set DYLAN_CVS_BRANCH=
 set DYLAN_RELEASE_ROOT=
 set NOPATH=



More information about the chatter mailing list