You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/06/06 14:45:20 UTC

svn commit: r1878545 - in /openoffice/devtools/build-scripts/4.1.8-dev/wntmsci: ReadMe.txt about.png

Author: mseidel
Date: Sat Jun  6 14:45:20 2020
New Revision: 1878545

URL: http://svn.apache.org/viewvc?rev=1878545&view=rev
Log:
Updated build environment

Added:
    openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/about.png   (with props)
Modified:
    openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/ReadMe.txt

Modified: openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/ReadMe.txt
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/ReadMe.txt?rev=1878545&r1=1878544&r2=1878545&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/ReadMe.txt (original)
+++ openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/ReadMe.txt Sat Jun  6 14:45:20 2020
@@ -5,9 +5,9 @@ https://wiki.openoffice.org/wiki/Documen
 
 Build Environment:
 
- - Windows 10 Pro 1909 (64-bit)
- - Cygwin 3.0.7 (32-bit)
- - Apache Ant 1.9.14
+ - Windows 10 Pro 2004 (64-bit)
+ - Cygwin 3.1.5 (32-bit)
+ - Apache Ant 1.9.15
  - Mozilla Build 2.2.0
  - MS Visual C++ Compiler 2008 Standard Edition (32-bit)
  - MS Visual C++ Compiler 2008 Standard Edition (64-bit)
@@ -27,32 +27,34 @@ Configure:
 
 SDK_PATH="/cygdrive/c/Microsoft_SDKs/Windows/v7.0"
 WDK_HOME="/cygdrive/c/WinDDK/7600.16385.1"
+LANGS_RC="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
 ./configure \
     --with-build-version="$(date +"%Y-%m-%d %H:%M")" \
     --with-frame-home="$SDK_PATH" \
     --with-psdk-home="$SDK_PATH" \
     --with-midl-path="$SDK_PATH/bin" \
-    --with-ant-home="/cygdrive/c/apache-ant-1.9.14" \
-    --with-jdk-home="C:/PROGRA~2/Java/JDK17~1.0_8" \
-    --with-csc-path="C:/Windows/Microsoft.NET/Framework/v3.5" \
-    --with-cl-home="C:/PROGRA~2/MICROS~1.0/VC" \
-    --with-asm-home="C:/PROGRA~2/MICROS~1.0/VC/bin" \
+    --with-ant-home="/cygdrive/c/apache-ant-1.9.15" \
+    --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_80" \
+    --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
+    --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC" \
+    --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin" \
     --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-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2" \
-    --with-directx-home="C:/Microsoft_DirectX_SDK_June_2010" \
+    --with-directx-home="/cygdrive/c/Microsoft_DirectX_SDK_June_2010" \
     --enable-win-x64-shellext \
     --enable-wiki-publisher \
     --without-junit \
     --without-stlport \
     --with-mozilla-build="/cygdrive/c/mozilla-build" \
+    --with-about-bitmaps="/cygdrive/c/bitmaps/20yrs/about/about.png" \
     --enable-category-b \
-    --with-lang="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW" \
+    --with-lang="${LANGS_RC}" \
     --enable-bundled-dictionaries \
     --with-packager-list=/cygdrive/c/Source/Pack.lst \
-    --with-nsis-path="C:/NSIS"
+    --with-nsis-path="/cygdrive/c/NSIS"
 
 For further details see "config.log"
 

Added: openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/about.png
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/about.png?rev=1878545&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openoffice/devtools/build-scripts/4.1.8-dev/wntmsci/about.png
------------------------------------------------------------------------------
    svn:mime-type = image/png