On 23 December 2014 at 15:29, Ariel Constenla-Haile <arie...@apache.org> wrote:
> On Mon, Dec 22, 2014 at 08:29:54PM +0100, Oliver Brinzing wrote: > > What build settings are neede fpr an release build? > > These are my (old) configure options for a non-pro build (for a release > build, remove the last three): > > ./configure \ > --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \ > --with-dmake-path="/cygdrive/c/build/dmake/dmake.exe" \ > --enable-win-x64-shellext \ > --with-mozilla-build="/cygdrive/c/mozilla-build" \ > --with-cl-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC" \ > --with-mspdb-path="/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE" \ > --with-frame-home="/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1" \ > --with-psdk-home="/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1" \ > --with-midl-path="/cygdrive/c/PROGRA~1/MICROS~3/Windows/v6.1/Bin" \ > --with-asm-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin" \ > --with-csc-path="/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/v3.5" \ > --with-directx-home="/cygdrive/c/PROGRA~2/MIBD7F~1" \ > --with-jdk-home="/cygdrive/c/PROGRA~2/Java/JDK16~1.0_3" \ > --with-ant-home="/cygdrive/c/build/APACHE~1.2" \ > --with-lang="en-US" \ > --enable-wiki-publisher \ > --enable-category-b \ > --enable-bundled-dictionaries \ > --enable-verbose \ > --with-package-format="installed msi" \ > --without-junit \ > --with-atl-include-dir="C:/WinDDK/7600.16385.1/inc/atl71" \ > --with-atl-lib-dir="C:/WinDDK/7600.16385.1/lib/ATL/i386" \ > --with-mfc-include-dir="C:/WinDDK/7600.16385.1/inc/mfc42" \ > --with-mfc-lib-dir="C:/WinDDK/7600.16385.1/lib/Mfc/i386" \ > --without-stlport \ > --disable-strip-solver \ > --enable-symbols \ > --enable-dbgutil \ > They might be old, but they work on my VM (got them from you quite a while ago). I thought we decided to remove "wiki-publisher" when we released 4.0, for 2 reasons it is a plugin and the licensetext does not seem updated. rgds jan i. > > > And how can i clean a build? > > cd trunk/main > source the build script > dmake clean > > > Regards > -- > Ariel Constenla-Haile > La Plata, Argentina >