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
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
72b73371d2 INTEGRATION: CWS jsc17 (1.7.124); FILE MERGED
2007/01/22 15:35:25 jsc 1.7.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:03:17 +00:00
00a9282efa INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:41:50 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:07:49 +00:00
85d3a0b285 INTEGRATION: CWS sdksample (1.5.4); FILE MERGED
2005/01/28 14:15:12 jsc 1.5.4.9: #i29308# prepare path for del command (windows only)
2005/01/12 15:17:43 jsc 1.5.4.8: #i39890# change to new OpenDocument format
2004/11/16 08:28:32 jsc 1.5.4.7: #i29308# cleanup
2004/10/29 07:33:39 jsc 1.5.4.6: #i29308# cleanup
2004/10/27 11:34:26 jsc 1.5.4.5: #i29308# change laoding of sample documents
2004/10/22 10:00:10 jsc 1.5.4.4: #i35871# adapt for Java 5.0
2004/10/08 13:58:36 jsc 1.5.4.3: #i29308# insert package manifest
2004/08/24 15:04:19 jsc 1.5.4.2: #i29308# use of new UNO package extension
2004/06/17 11:07:38 jsc 1.5.4.1: #i29308# use of zip instead of jar
2005-01-31 15:04:14 +00:00
0f40aeabdc INTEGRATION: CWS sdk13 (1.4.94); FILE MERGED
2004/05/05 09:31:17 jsc 1.4.94.1: #116658# merge cinnabar changes
2004-05-18 12:20:22 +00:00
6cca3f4af3 INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED
2003/07/03 14:53:47 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-07-09 09:36:41 +00:00
4f312e916c INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/27 11:28:22 jsc 1.2.6.2: #110313# correct dep
2003/06/24 12:54:08 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:08:06 +00:00
bedcb28e9a INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/14 11:03:19 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option
2003/05/09 10:34:59 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:06:57 +00:00