Commit Graph

13 Commits

Author SHA1 Message Date
5051209534 Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK.  Turns out
  this was explicitly included in ~all examples Makefiles, but only after
  settings.mk where it is now used, so include it in settings.mk now and dropped
  it from all the exmaples Makefiles.

* The old settings.mk was apparently confused with using /MT ("link with
  LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
  command line (where it was ignored), and you apparently can't pass both
  together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
  /MTd).  No idea if that is exactly right, however.

* Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
  msvcrt.lib vs. msvcrtd.lib on Windows.  Adapted examples Makefiles and
  /ure/source/uretest/Makefile accordingly.  Some examples Makefiles
  additionally use msvcprt.lib, no idea whether that still needs to be
  addressed.

Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2013-04-19 14:02:18 +02:00
2b4fd2c89a re-base on ALv2 code. Includes:
Patches contributed by Pedro Giffuni:
    Avoid some uses of non portable #!/bin/bash in shell scripts.
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    Reduce the dependencies on non standard GNU copy.
    http://svn.apache.org/viewvc?view=revision&revision=1238684
    Correct /usr/bin/env path.
    http://svn.apache.org/viewvc?view=revision&revision=1235619

    Complex Toolbar Controls Extension from the SDK
    Patches contributed by Ariel Constenla-Haile
    http://svn.apache.org/viewvc?view=revision&revision=1190390
    i118615 - make epm more verbose
    http://svn.apache.org/viewvc?view=revision&revision=1204288

    Patches contributed by Mathias Bauer (and others)
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326

    Patches contributed by Juergen Schmidt:
    jsc341: i117327: take care if no dependency node in current
    description exists, create one
    http://svn.apache.org/viewvc?view=revision&revision=1172101
    jsc341: i117327: add extra extension dependency check
    http://svn.apache.org/viewvc?view=revision&revision=1172098
    make initial branding changes
    http://svn.apache.org/viewvc?view=revision&revision=1231878

    Patches contributed by Ingo Schmidt
    native373: #i117733# no linux jre installation on 64 bit systems
    http://svn.apache.org/viewvc?view=revision&revision=1167536
    native373: ##164464# improve debian support
    http://svn.apache.org/viewvc?view=revision&revision=1167537

    Patch contribtued by Armin Le-Grand:
    Changed various aspects concerning usages of old vendor names
    http://svn.apache.org/viewvc?view=revision&revision=1293313

fix for neon webdav, remove coinmp bits, improve odk script,
cleanup & remove OS/2 conditionals, system ucpp fixes,
remove OS/2 conditionals, restore our license filenames.
2012-11-12 11:46:43 +00:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
7b79ab8131 jsc340: i115253: insert message windows only 2010-10-28 16:35:23 +02:00
1296914c84 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
2f02dc8296 INTEGRATION: CWS jsc21 (1.5.2); FILE MERGED
2008/07/08 14:58:00 jsc 1.5.2.1: #i88797# adapt path to assemblies
2008-07-11 13:16:14 +00:00
27350a9796 INTEGRATION: CWS jl104 (1.4.216); FILE MERGED
2008/06/19 10:01:19 jl 1.4.216.1: #i88078# moving cli-uno assemblies to odk
2008-06-25 10:47:47 +00:00
4180db9d5a INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED
2008/03/31 15:52:44 rt 1.3.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:26:49 +00:00
b7120b9b84 INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED
2005/09/05 13:51:46 rt 1.2.48.1: #i54170# Change license header: remove SISSL
2005-09-07 19:03:48 +00:00
5d5774238f INTEGRATION: CWS sdkbugfix02 (1.3.26); FILE MERGED
2005/03/03 15:41:50 jsc 1.3.26.1: #41142# replace make with internal MAKE variable
2005-03-29 11:07:22 +00:00
deb7a810b4 INTEGRATION: CWS jl12 (1.2.2); FILE MERGED
2004/09/08 11:59:17 jl 1.2.2.1: #i33102# compiler needs to reference new cli_basetypes.dll
2004-09-20 13:34:43 +00:00
57c3d62fd5 INTEGRATION: CWS jl2 (1.1.2); FILE ADDED
2004/07/28 10:17:56 jl 1.1.2.2: #i22191# adapted examples to use assemblies from GAC
2003/11/10 12:30:46 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK
2004-08-23 12:17:54 +00:00
2dc9324a41 INTEGRATION: CWS jl2 (1.1.2); FILE ADDED
2004/08/03 14:57:07 jl 1.1.2.4: #i22191#
2004/07/28 10:17:55 jl 1.1.2.3: #i22191# adapted examples to use assemblies from GAC
2003/11/11 10:00:11 jl 1.1.2.2: #i22191# integratring Cli-uno examples into SDK
2003/11/10 12:30:37 jl 1.1.2.1: #i22191# integratring Cli-uno examples into SDK
2004-08-23 12:17:42 +00:00