Commit Graph

20 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
8d87758d65 Java cleanup, remove the rest of the unnecessary casts
Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
Reviewed-on: https://gerrit.libreoffice.org/3432
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19 07:52:08 +00:00
14a2413530 Adapt SDK to -B removed from cppumaker/javamaker
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
2013-04-11 14:24:08 +02:00
693332c0b4 Fix SDK examples
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
2012-12-11 18:06:03 +01:00
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +01:00
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01: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
6df63a0fa7 CWS-TOOLING: integrate CWS sdk31fix_DEV300
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
2009-04-22 12:39:28 +00:00
8d522fd0ef INTEGRATION: CWS jsc21 (1.2.92); FILE MERGED
2008/02/13 12:58:33 jsc 1.2.92.1: #i83415# add doit3 to handled methods
2008-07-11 13:20:59 +00:00
c8c8c42349 INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED
2008/05/23 11:55:46 jsc 1.3.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:20:32 +00:00
0b1f416486 INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED
2008/02/13 12:58:33 jsc 1.3.74.1: #i83415# add doit3 to handled methods
2008-07-11 13:20:17 +00:00
59d2816bf5 INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED
2007/01/24 09:42:10 jsc 1.2.18.2: #i73950# adapt run target to correct document
2007/01/22 15:35:28 jsc 1.2.18.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:05:36 +00:00
65082f09f2 INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED
2007/01/24 09:43:00 jsc 1.2.18.1: #i73950# impl. doit3 handler method to make example running without error
2007-01-25 10:05:22 +00:00
f824ffe241 INTEGRATION: CWS ab30 (1.1.2); FILE ADDED
2006/09/04 10:47:03 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor
2006-11-02 10:05:36 +00:00
eb66eae11e INTEGRATION: CWS ab30 (1.1.2); FILE ADDED
2006/09/04 10:48:07 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor
2006-11-02 10:05:26 +00:00
801fdbff7b INTEGRATION: CWS ab30 (1.1.2); FILE ADDED
2006/09/04 10:47:17 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor
2006-11-02 10:05:17 +00:00
12f5f882d5 INTEGRATION: CWS ab30 (1.1.2); FILE ADDED
2006/09/04 10:49:50 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor
2006-11-02 10:05:09 +00:00
8d576b64cc INTEGRATION: CWS ab30 (1.1.2); FILE ADDED
2006/09/04 10:46:33 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor
2006-11-02 10:04:59 +00:00