Commit Graph

20 Commits

Author SHA1 Message Date
Stephan Bergmann
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
Noel Grandin
8d87758d65 Java cleanup, remove the rest of the unnecessary casts
Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
Reviewed-on: https://gerrit.libreoffice.org/3432
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19 07:52:08 +00:00
Michael Meeks
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
Noel Grandin
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
Michael Stahl
1ab899c4c8 .xml files don't need executable bits
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Jens-Heiner Rechtien
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
Mathias Bauer
013ebedd5f #i103496#: sandbox removed 2009-11-11 07:25:37 +01:00
Jens-Heiner Rechtien
477639ee27 INTEGRATION: CWS jsc18 (1.4.26); FILE MERGED
2007/07/17 08:45:40 jsc 1.4.26.1: #i73857# adapt build target name to work with gnu make 3.81
2007-07-31 12:57:07 +00:00
Oliver Bolte
3075a9e7ff INTEGRATION: CWS jsc17 (1.2.134); FILE MERGED
2007/01/24 09:50:24 jsc 1.2.134.1: #i73750# adapt macros to new package name and change docu
2007-01-25 10:07:59 +00:00
Oliver Bolte
24bbcbedee INTEGRATION: CWS jsc17 (1.3.124); FILE MERGED
2007/01/22 15:35:30 jsc 1.3.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:07:47 +00:00
Rüdiger Timm
93fe92cb59 INTEGRATION: CWS sdkbugfix02 (1.2.10); FILE MERGED
2005/03/03 15:42:03 jsc 1.2.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:14:10 +00:00
Rüdiger Timm
5b9f240cd5 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:59 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:53:43 +00:00
Rüdiger Timm
43eb9fcfac INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:55 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:53:32 +00:00
Rüdiger Timm
642d172e56 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:50 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:53:21 +00:00
Rüdiger Timm
e7a881dfb3 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:46 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:53:11 +00:00
Rüdiger Timm
1cece44e93 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:42 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:53:01 +00:00
Rüdiger Timm
b70ec2fcf7 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:35 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK
2005/01/19 17:22:14 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK
Issue number:
Submitted by:
Reviewed by:
2005-01-31 15:52:50 +00:00
Rüdiger Timm
485f2442c2 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/21 13:24:34 toconnor 1.1.2.2: #i39331# adding Scripting Framework examples to SDK
2005/01/19 17:22:13 toconnor 1.1.2.1: #i39331# add Scripting Framework examples to SDK
Issue number:
Submitted by:
Reviewed by:
2005-01-31 15:52:40 +00:00
Rüdiger Timm
7cdafdecbe INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2005/01/28 14:15:34 jsc 1.1.2.4: #i29308# prepare path for del command (windows only)
2005/01/27 17:01:52 jsc 1.1.2.3: #i39331# insert dk.mk to support different output dir
2005/01/21 14:35:51 jsc 1.1.2.2: #i39331# updated
2005/01/21 13:24:33 toconnor 1.1.2.1: #i39331# adding Scripting Framework examples to SDK
2005-01-31 15:52:18 +00:00