Age | Commit message (Collapse) | Author |
|
* 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
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
|
|
2005/01/28 14:15:22 jsc 1.4.4.6: #i29308# prepare path for del command (windows only)
2004/10/29 07:33:44 jsc 1.4.4.5: #i29308# cleanup
2004/07/30 14:30:03 jsc 1.4.4.4: #i29308# use quotes for unopath option
2004/07/30 08:36:25 jsc 1.4.4.3: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:45 jsc 1.4.4.2: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/09 13:14:28 jsc 1.4.4.1: #i29308# use of new UNO bootstrap feature
|
|
2004/05/05 09:31:22 jsc 1.3.100.1: #116658# merge cinnabar changes
|
|
2003/06/24 13:33:33 jsc 1.2.6.1: #110313# insert source license header
|
|
2003/05/14 11:03:28 jsc 1.1.2.2: #109045# insert JAVAC_FLAGS option
2003/05/09 11:19:16 jsc 1.1.2.1: #109045# insert new and remove example zip file
|