Commit Graph

8 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
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
a6b6255a05 INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:42:10 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:18:27 +00:00
f2ac5214cd INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2004/08/05 15:15:49 jsc 1.5.4.5: #i29308# use System.err for error output
2004/07/30 14:30:10 jsc 1.5.4.4: #i29308# use quotes for unopath option
2004/07/30 08:36:32 jsc 1.5.4.3: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:53 jsc 1.5.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/07 15:54:57 jsc 1.5.4.1: #i29308# use new bootstrap feature
2005-01-31 16:17:16 +00:00
1fbb05b8f0 INTEGRATION: CWS sdk13 (1.4.100); FILE MERGED
2004/05/05 09:31:46 jsc 1.4.100.1: #116658# merge cinnabar changes
2004-05-18 12:32:37 +00:00
4818ca6896 INTEGRATION: CWS sdk04 (1.3.6); FILE MERGED
2003/06/24 11:19:51 jsc 1.3.6.1: #110313# insert source license header
2003-06-30 14:59:46 +00:00
d4fbd9346a INTEGRATION: CWS sdk02 (1.2.6); FILE MERGED
2003/05/14 11:46:14 jsc 1.2.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:47:55 +00:00
8247c71905 INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED
2003/03/12 14:11:29 jsc 1.1.2.2: #108153# insert GraphicsInserter example
2003/03/12 13:57:49 jsc 1.1.2.1: #108153# moved from writer/WriterSelector directory
2003-04-17 08:51:10 +00:00