* 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
2009-04-03 15:43:49 +0200 jsc r270492 : correct classpath
2009-04-02 16:27:49 +0200 jsc r270416 : fix typo in run target and classpath
2009-04-02 16:27:14 +0200 jsc r270415 : remove Inspector example, change docu to link into the wiki on the related project page
2009-04-01 14:07:33 +0200 jsc r270327 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:57:53 +0200 jsc r270315 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:47:59 +0200 jsc r270314 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:33:10 +0200 jsc r270304 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:30:39 +0200 jsc r270303 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:29:19 +0200 jsc r270301 : #i100712# change header image version number
2004/06/25 15:48:06 jsc 1.3.124.4: #i29308# use of new UNO features
2004/06/04 15:16:17 jsc 1.3.124.3: #i29308# prevent double includes
2004/06/04 14:36:00 jsc 1.3.124.2: #i29308# added again
2004/06/04 10:45:27 jsc 1.3.124.1: #i29308# removed
2004/08/05 15:28:42 jsc 1.8.56.3: #i29308# use System.err for error output
2004/06/25 15:48:05 jsc 1.8.56.2: #i29308# use of new UNO features
2004/06/04 10:46:12 jsc 1.8.56.1: #i29308# improved
2004/06/25 15:48:04 jsc 1.1.2.4: #i29308# use of new UNO features
2004/06/04 15:16:17 jsc 1.1.2.3: #i29308# prevent double includes
2004/06/04 14:39:57 jsc 1.1.2.2: #i29308# IDL tyeps in separate files
2004/06/04 11:14:08 jsc 1.1.2.1: #i29308# new
2003/10/10 16:27:04 jsc 1.7.30.2: #110287# adopt date string to US language format
2003/10/08 14:31:12 jsc 1.7.30.1: #110287# change language for date fields
2003/04/10 11:39:29 jsc 1.9.4.1.6.2: #108799# use new naming convention for uno components
2003/03/13 09:05:30 jsc 1.9.4.1.6.1: #108153# improve usability