This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-devtools.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a940c8  Prepare AOO 4.2.0-Dev6
5a940c8 is described below

commit 5a940c8d96fff9d9c7218c1fb8de917cf624da2b
Author: mseidel <[email protected]>
AuthorDate: Wed Mar 11 21:29:45 2026 +0100

    Prepare AOO 4.2.0-Dev6
---
 build-scripts/4.2.0-Dev6/wntmsci/Pack-dev.lst |  12 +++++
 build-scripts/4.2.0-Dev6/wntmsci/ReadMe.txt   |  62 ++++++++++++++++++++++++++
 build-scripts/4.2.0-Dev6/wntmsci/about.png    | Bin 0 -> 14230 bytes
 build-scripts/4.2.0-Dev6/wntmsci/intro.png    | Bin 0 -> 29752 bytes
 4 files changed, 74 insertions(+)

diff --git a/build-scripts/4.2.0-Dev6/wntmsci/Pack-dev.lst 
b/build-scripts/4.2.0-Dev6/wntmsci/Pack-dev.lst
new file mode 100644
index 0000000..bf0a9a5
--- /dev/null
+++ b/build-scripts/4.2.0-Dev6/wntmsci/Pack-dev.lst
@@ -0,0 +1,12 @@
+# Pack-dev.lst: Contains the information for the packaging process.
+# Syntax: Product, list of platforms, list of languages, target (Separator: 
spaces)
+# Syntax for list of languages: One multilingual installation set uses 
separator ","
+# (Example: "en-US,de" creates English-German multilingual installation set)
+# Different installation sets use the "|" as separator
+
+
+# Product                 List_of_platforms   List_of_languages                
                                                                                
                                                  Target
+
+OpenOffice                wntmsci12.pro       
ast|bg|ca|ca-XR|ca-XV|cs|da|de|el|en-GB|en-US|es|et|eu|fi|fr|gd|gl|he|hi|hu|hy|it|ja|kab|km|ko|lt|nb|nl|om|pl|pt|pt-BR|ru|sk|sl|sr|sv|ta|th|tr|uk|vi|zh-CN|zh-TW
   openoffice
+OpenOffice_SDK            wntmsci12.pro       en-US                            
                                                                                
                                                  sdkoo
+OpenOffice_Languagepack   wntmsci12.pro       
ast|bg|ca|ca-XR|ca-XV|cs|da|de|el|en-GB|en-US|es|et|eu|fi|fr|gd|gl|he|hi|hu|hy|it|ja|kab|km|ko|lt|nb|nl|om|pl|pt|pt-BR|ru|sk|sl|sr|sv|ta|th|tr|uk|vi|zh-CN|zh-TW
   ooolanguagepack
diff --git a/build-scripts/4.2.0-Dev6/wntmsci/ReadMe.txt 
b/build-scripts/4.2.0-Dev6/wntmsci/ReadMe.txt
new file mode 100644
index 0000000..bc68446
--- /dev/null
+++ b/build-scripts/4.2.0-Dev6/wntmsci/ReadMe.txt
@@ -0,0 +1,62 @@
+This is the configuration used for AOO 4.2.0-Dev6:
+
+Step by step building guide can be found here:
+https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step_Windows
+
+Build Environment:
+
+ - Windows 10 Pro 22H2/ESU (64-bit)
+ - Cygwin 3.6.7 (64-bit)
+ - Apache Ant 1.10.15
+ - MozillaBuild 3.4
+ - MS Visual C++ Compiler 2008 Standard Edition (32-bit)
+ - MS Visual C++ Compiler 2008 Standard Edition (64-bit)
+ - MS Windows Driver Kit 7.1.0.7600
+ - MS Windows SDK for Windows 7.0.7600
+ - MS DirectX SDK (June 2010)
+ - NASM 2.16.03 (64-bit)
+ - Adoptium OpenJDK 8 Update 472 (32-bit)
+ - NSIS 3.11
+
+Bundled Runtime:
+
+ - MS Visual C++ 2008 Redistributable (32-bit) 9.0.30729.6161
+ - MS Visual C++ 2008 Redistributable (64-bit) 9.0.30729.6161
+ - MS Visual C Runtime / msvcr100.dll (32-bit) 10.0.40219.325
+
+Configure:
+
+SDK_PATH="/cygdrive/c/Microsoft_SDKs/Windows/v7.0"
+WDK_HOME="/cygdrive/c/WinDDK/7600.16385.1"
+LANGS_DEV="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es et eu fi fr gd gl 
he hi hu hy it ja kab km ko lt nb nl om pl pt pt-BR ru sk sl sr sv ta th tr uk 
vi zh-CN zh-TW"
+./configure \
+    --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`  -  
Developer Build 6" \
+    --with-frame-home="$SDK_PATH" \
+    --with-psdk-home="$SDK_PATH" \
+    --with-midl-path="$SDK_PATH/bin" \
+    --with-ant-home="/cygdrive/c/apache-ant-1.10.15" \
+    --with-jdk-home="/cygdrive/c/Program Files (x86)/Eclipse 
Adoptium/jdk-8.0.472.8-hotspot" \
+    
--with-dmake-url="https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz";
 \
+    --with-directx-home="/cygdrive/c/Microsoft_DirectX_SDK_June_2010" \
+    --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
+    --with-atl-include-dir="$WDK_HOME/inc/atl71" \
+    --with-atl-lib-dir="$WDK_HOME/lib/atl/i386" \
+    --with-mfc-include-dir="$WDK_HOME/inc/mfc42" \
+    --with-mfc-lib-dir="$WDK_HOME/lib/mfc/i386" \
+    --with-nasm-home="/cygdrive/c/Program Files/NASM" \
+    --enable-win-x64-shellext \
+    --enable-wiki-publisher \
+    --without-junit \
+    --without-stlport \
+    --with-mozilla-build="/cygdrive/c/mozilla-build" \
+    --with-intro-bitmaps="/cygdrive/c/bitmaps/dev/intro.png" \
+    --with-about-bitmaps="/cygdrive/c/bitmaps/dev/about.png" \
+    --enable-category-b \
+    --enable-beanshell \
+    --with-lang="${LANGS_DEV}" \
+    --enable-bundled-dictionaries \
+    --with-packager-list=/cygdrive/c/Source/Pack-dev.lst \
+    --with-nsis-path="/cygdrive/c/NSIS"
+
+For further details see "config.log"
+
diff --git a/build-scripts/4.2.0-Dev6/wntmsci/about.png 
b/build-scripts/4.2.0-Dev6/wntmsci/about.png
new file mode 100644
index 0000000..0b2e399
Binary files /dev/null and b/build-scripts/4.2.0-Dev6/wntmsci/about.png differ
diff --git a/build-scripts/4.2.0-Dev6/wntmsci/intro.png 
b/build-scripts/4.2.0-Dev6/wntmsci/intro.png
new file mode 100644
index 0000000..5a87ab8
Binary files /dev/null and b/build-scripts/4.2.0-Dev6/wntmsci/intro.png differ

Reply via email to