Commit Graph

32 Commits

Author SHA1 Message Date
23a87a8622 Remove some obsolete makefile.mk
Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b
2013-04-29 13:05:51 +02:00
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
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
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
37a2fa5d5a fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.

Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-10-01 14:10:03 +02:00
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01: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
b4a2e03a6b #i89936# change sample to match DevGuide 2009-11-10 08:34:00 +00:00
df92c0fdae INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED
2008/03/31 15:52:47 rt 1.5.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:41:21 +00:00
d13de9b92d INTEGRATION: CWS jsc3 (1.2.60); FILE MERGED
2006/03/07 12:04:51 jsc 1.2.60.2: #62504# use correct syntax for env variables
2006/02/24 08:48:22 jsc 1.2.60.1: #i62504# integrate patch
2006-03-15 08:26:28 +00:00
0d90a45e20 INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED
2005/09/05 13:51:50 rt 1.4.30.1: #i54170# Change license header: remove SISSL
2005-09-07 19:06:18 +00:00
ac80ee6b3d INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:10:04 +00:00
2e4697388e INTEGRATION: CWS sdksample (1.3.62); FILE MERGED
2004/08/17 14:18:27 jsc 1.3.62.1: #i29308# change FirstConnection to FirstUnoContact
2005-01-31 15:27:30 +00:00
b45f0dd4f0 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2004/08/18 13:15:46 jsc 1.1.2.2: #i29308# improved
2004/08/17 14:17:39 jsc 1.1.2.1: #i29308# new example ant build script for FirstUnoContact
2005-01-31 15:27:15 +00:00
585efb04bd INTEGRATION: CWS sdksample (1.4.4); FILE MERGED
2005/01/28 14:15:24 jsc 1.4.4.7: #i29308# prepare path for del command (windows only)
2004/10/29 07:33:47 jsc 1.4.4.6: #i29308# cleanup
2004/08/17 14:18:27 jsc 1.4.4.5: #i29308# change FirstConnection to FirstUnoContact
2004/07/30 14:30:04 jsc 1.4.4.4: #i29308# use quotes for unopath option
2004/07/30 08:36:26 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:46 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/10 13:24:42 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:27:04 +00:00
dc1efa908f INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2005/01/21 10:57:44 jsc 1.4.40.5: #i29308# remove unnecessary comment
2005/01/11 11:09:58 jsc 1.4.40.4: #i36756# enable all three demos
2004/11/26 15:07:01 jsc 1.4.40.3: #i36756# set properties of shape object to old defaults
2004/08/06 14:37:02 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/10 13:24:39 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:26:49 +00:00
bfaf08f389 INTEGRATION: CWS sdksample (1.1.2); FILE ADDED
2004/08/18 13:15:45 jsc 1.1.2.2: #i29308# improved
2004/08/17 14:16:50 jsc 1.1.2.1: #i29308# new example for FirstSteps
2005-01-31 15:26:35 +00:00
b9253239af INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2005/01/21 10:57:42 jsc 1.4.40.5: #i29308# remove unnecessary comment
2005/01/13 14:02:21 jsc 1.4.40.4: #i39890# change doc extensions
2004/08/20 11:19:54 jsc 1.4.40.3: #i29308# reorder imports
2004/08/06 14:37:01 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/10 13:24:37 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:26:24 +00:00
20eaa883c0 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/08/06 14:37:01 jsc 1.4.40.2: #i29308# use System.err for error output
2004/06/10 13:24:35 jsc 1.4.40.1: #i29308# use of new UNO bootstrap feature
2005-01-31 15:26:09 +00:00
0498f530f8 INTEGRATION: CWS sdk13 (1.3.100); FILE MERGED
2004/05/05 09:31:23 jsc 1.3.100.1: #116658# merge cinnabar changes
2004-05-18 12:23:52 +00:00
043cf5238d INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:24 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:59:09 +00:00
d56cfc7785 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:23 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:58:24 +00:00
9c12e1f658 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:22 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 18:58:02 +00:00
adaeba9080 INTEGRATION: CWS geordi2q03 (1.2.32); FILE MERGED
2003/08/27 15:05:51 hr 1.2.32.1: #111934#: join from CWS sdk07
2003-08-27 15:44:26 +00:00
379b18c844 INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/24 13:35:50 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:26:26 +00:00
2eed0ed5d0 INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/24 13:35:49 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:26:04 +00:00
8877b78cd9 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/14 10:35:19 jsc 1.1.2.1: #109045# new, used for copying examples into SDK
2003-06-10 09:23:49 +00:00
1e11735926 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/14 11:03:29 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option
2003/05/09 11:24:40 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:23:41 +00:00
0feb737c80 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 11:24:39 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:23:31 +00:00
72a8598904 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 11:24:38 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:23:22 +00:00
94144a5a84 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 11:24:37 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:23:13 +00:00