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
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
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
16fb270e83 INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:42:07 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:16:11 +00:00
9b26895fa3 INTEGRATION: CWS sdksample (1.4.40); FILE MERGED
2004/08/05 15:15:47 jsc 1.4.40.3: #i29308# use System.err for error output
2004/07/26 11:18:40 jsc 1.4.40.2: #i29308# change output
2004/06/04 14:52:35 jsc 1.4.40.1: #i29308# use of new bootstrap feature
2005-01-31 16:10:06 +00:00
0f1e35dd3a INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2004/11/11 10:33:55 jsc 1.5.4.5: #i29308# adapted
2004/07/30 14:30:08 jsc 1.5.4.4: #i29308# use quotes for unopath option
2004/07/30 08:36:30 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:52 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/04 14:52:34 jsc 1.5.4.1: #i29308# use of new bootstrap feature
2005-01-31 16:09:52 +00:00
0d5d7ff806 INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED
2004/05/05 09:31:44 jsc 1.4.100.1: #116658# merge cinnabar changes
2004-05-18 12:30:30 +00:00
f1f7d88585 INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:51 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
2004-02-02 19:10:56 +00:00
37a8ded4e8 INTEGRATION: CWS sdk04 (1.2.20); FILE MERGED
2003/06/24 11:12:21 jsc 1.2.20.1: #110313# insert source license header
2003-06-30 14:55:26 +00:00
383d4f1fb6 INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED
2003/06/24 11:12:21 jsc 1.3.6.1: #110313# insert source license header
2003-06-30 14:55:13 +00:00
d3a39edd9a INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED
2003/05/14 11:46:10 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:46:45 +00:00
e9fba3ea68 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:27:29 jsc 1.1.2.1: #108153# moved from draw directory
2003-04-17 08:47:06 +00:00
a381e8994c INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 15:02:26 jsc 1.1.2.2: #108153# correct typos
2003/03/12 14:27:28 jsc 1.1.2.1: #108153# moved from draw directory
2003-04-17 08:46:56 +00:00