Commit Graph

9 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
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +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
6b3949ccbe INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED
2007/01/22 15:35:26 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:04:00 +00:00
77a502e046 INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2005/01/28 14:15:16 jsc 1.5.4.6: #i29308# prepare path for del command (windows only)
2004/10/29 07:33:40 jsc 1.5.4.5: #i29308# cleanup
2004/10/22 13:12:35 jsc 1.5.4.4: #i35871# adapt for Java 5.0
2004/10/08 13:58:38 jsc 1.5.4.3: #i29308# insert package manifest
2004/08/24 15:04:21 jsc 1.5.4.2: #i29308# use of new UNO package extension
2004/06/24 09:38:59 jsc 1.5.4.1: #i26335# use zip for packaging
2005-01-31 15:12:23 +00:00
bba6598fc5 INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED
2004/05/05 09:31:19 jsc 1.4.94.1: #116658# merge cinnabar changes
2004-05-18 12:21:19 +00:00
b765113bb3 INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED
2003/07/03 14:53:56 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-07-09 09:37:21 +00:00
a83f659abb INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/24 13:32:30 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:12:42 +00:00
ac25b09ad2 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/14 11:03:23 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option
2003/05/09 10:41:13 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:12:10 +00:00