diff --git a/windows_deliv/compile_c_libraries.btm b/windows_deliv/compile_c_libraries.btm index e60622a..b168724 100644 --- a/windows_deliv/compile_c_libraries.btm +++ b/windows_deliv/compile_c_libraries.btm @@ -13,7 +13,9 @@ iff not defined NO_COMPILE then safe_md headers REM "We keep a copy of vendors specific header files at EiffelSoftware as they cannot be" REM "redistributed freely." - exprtfile %DEFAULT_ISE_SVN/Src/library/headers.tar.gz > headers\headers.tar.gz + if not EXIST headers\headers.tar.gz ( + exprtfile %DEFAULT_ISE_SVN/Src/library/headers.tar.gz > headers\headers.tar.gz + ) cd headers tar xvfz headers.tar.gz iff not isdir apps then diff --git a/windows_deliv/etc/config.btm b/windows_deliv/etc/config.btm index d76ec9c..a9b2d82 100644 --- a/windows_deliv/etc/config.btm +++ b/windows_deliv/etc/config.btm @@ -15,7 +15,7 @@ endiff REM General configuration iff not defined STUDIO_VERSION_MAJOR_MINOR then - set STUDIO_VERSION_MAJOR_MINOR=18.11 + set STUDIO_VERSION_MAJOR_MINOR=19.01 endiff iff not defined WORK_DIR then diff --git a/windows_deliv/install/includes/Preprocessors.wxi b/windows_deliv/install/includes/Preprocessors.wxi index e481828..9478eaf 100644 --- a/windows_deliv/install/includes/Preprocessors.wxi +++ b/windows_deliv/install/includes/Preprocessors.wxi @@ -30,19 +30,19 @@ - - - + + + - - - + + + - + - - - + + + @@ -61,7 +61,7 @@ - + @@ -70,7 +70,7 @@ - + diff --git a/windows_deliv/make_delivery.btm b/windows_deliv/make_delivery.btm index 202c088..903d8d0 100644 --- a/windows_deliv/make_delivery.btm +++ b/windows_deliv/make_delivery.btm @@ -317,12 +317,14 @@ iff not defined NO_COMPILE then cdd %EIFFEL_SRC\.. co -r %PUBLIC_SVN_REVISION %DEFAULT_PUBLIC_SVN/Src %EIFFEL_SRC - remtrace ISE specific files - cdd %EIFFEL_SRC - co %DEFAULT_ISE_SVN/Src/library/keygen library/keygen - cd tools - co %DEFAULT_ISE_SVN/Src/tools/activation activation - co %DEFAULT_ISE_SVN/Src/tools/estudio_enterprise estudio_enterprise + iff not defined NO_ENTERPRISE_BUILD then + remtrace ISE specific files + cdd %EIFFEL_SRC + co %DEFAULT_ISE_SVN/Src/library/keygen library/keygen + cd tools + co %DEFAULT_ISE_SVN/Src/tools/activation activation + co %DEFAULT_ISE_SVN/Src/tools/estudio_enterprise estudio_enterprise + endiff remtrace Build the normal libraries cdd %INIT_DIR