Commit Graph

17 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
ce1b389ea4 INTEGRATION: CWS sdkbugfix02 (1.14.46); FILE MERGED
2005/03/03 15:42:08 jsc 1.14.46.2: #41142# replace make with internal MAKE variable
2005/03/01 14:10:17 jsc 1.14.46.1: #i42939# insert new bootstrap feature and adapt docu
2005-03-29 11:17:11 +00:00
93e8057025 INTEGRATION: CWS sdk13 (1.13.46); FILE MERGED
2004/05/05 09:31:45 jsc 1.13.46.1: #116658# merge cinnabar changes
2004-05-18 12:31:25 +00:00
ae010c4314 INTEGRATION: CWS geordi2q03 (1.12.24); FILE MERGED
2003/08/27 15:06:13 hr 1.12.24.1: #111934#: join from CWS sdk07
2003-08-27 15:46:58 +00:00
8ed6a3d259 INTEGRATION: CWS sdk04 (1.11.6); FILE MERGED
2003/06/24 11:13:38 jsc 1.11.6.1: #110313# insert source license header
2003-06-30 14:57:10 +00:00
9778db3b3a INTEGRATION: CWS sdk02 (1.10.6); FILE MERGED
2003/05/14 11:46:11 jsc 1.10.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:47:29 +00:00
0991d6c19e INTEGRATION: CWS sdk01 (1.6.12.1.6); FILE MERGED
2003/03/13 09:05:29 jsc 1.6.12.1.6.1: #108153# improve usability
2003-04-17 08:49:13 +00:00
62c63d3402 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-26 12:40:54 +00:00
d720cc6c45 #107931# synch with OOO_STABLE_1 2003-02-28 16:41:28 +00:00
fc55210813 #99053# modified, new build env 2002-12-20 11:52:10 +00:00
2b27c9648f #99053# change classpath settings 2002-07-01 10:17:45 +00:00
8516500bf7 #99053# change CLASSPATH 2002-05-08 15:32:12 +00:00
598e8c4275 #87796# Improved parameter for invoking. 2001-11-16 11:49:34 +00:00
06f5dd48c6 #87796# changes for spaces in pathes 2001-10-31 10:55:29 +00:00
1efb6f63df #87796# change for new settings.mk 2001-09-21 14:03:05 +00:00
b1962536c7 Added new Java example. 2001-09-18 08:13:39 +00:00