Michael Stahl
b768611724
remove all d.lst
...
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28 18:40:06 +01:00
Michael Stahl
308cac3f23
sal: new ZipPackage_sal_odk_headers for public ODK headers
...
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
2013-02-27 01:33:18 +01:00
Tor Lillqvist
616c6924f1
s/the the/the/
...
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22 09:58:19 +02:00
Tor Lillqvist
c29098917a
Get rid of (most uses of) GUI
...
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.
Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-25 17:53:25 +00:00
Peter Foley
e5ccda4bb3
fix officebean on mingw
...
Change-Id: I18994c4c825748344f8d203e1a6be6b242249409
2012-12-25 11:23:58 -05:00
David Tardon
f09e4ae273
add missing deps on sal headers
...
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
2012-10-31 19:11:35 +01:00
Michael Stahl
5032dc0fc3
gbuild: invert handling of standard system libraries:
...
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28 16:49:08 +02:00
Michael Stahl
fa48978935
bean: just use AWTLIB on all platfroms to simplify this
...
Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
2012-09-28 16:49:08 +02:00
Michael Stahl
dc397aae70
gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
...
add a new gb_LinkTarget_use_system_win32_libs to abstract different
linker options on MSVC and GCC.
Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28 16:49:08 +02:00
Michael Stahl
b85c349783
gbuild: replace direct gb_STDLIBS use with ...
...
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28 16:49:06 +02:00
Michael Stahl
2e677c3981
gbuild: split uwinapi out of gb_STDLIBS
...
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28 16:49:05 +02:00
Noel Grandin
4c9e62c6e3
Java cleanup, convert ArrayList and Vector to use generics
...
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10 23:43:39 +02:00
Noel Grandin
bf4352084b
Java cleanup, remove unnecessary imports
...
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-06 17:13:58 +02:00
Noel Grandin
8bfe47960f
Java5 updates - convert to generics
...
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20 19:04:33 +01:00
Noel Grandin
f72ff01dd3
Remove dead java code, fields and local variables
...
Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
2012-08-20 16:34:39 +01:00
Noel Grandin
f6a62d9e41
Java update - fix various javadoc issues
...
Along the way, remove some javadoc comments that are completely incorrect.
Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
2012-08-20 12:54:24 +01:00
Michael Stahl
5a4bcd3b75
gbuild: register all jars
...
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-17 12:52:25 +02:00
Julien Nabet
b80b7ba179
Static method sleep from Thread should be accessed in a static way
...
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-08-06 00:13:27 +02:00
Stephan Bergmann
889de665ec
Typo ressource -> resource
...
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30 09:26:00 +02:00
Noel Grandin
f9fa0dd66b
Java5 updates - update code to use generics
...
This is all of the code I missed in my first set of patches.
Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-29 22:03:05 +02:00
Michael Meeks
6f36747661
re-base on ALv2 code.
2012-06-12 17:31:21 +01:00
Stephan Bergmann
708229dc96
fdo#49580: Fix bean after gbuild'ification
...
4478b739dd
"convert bean to gbuild and add to
tail_build" broke the following:
* The name of the officebean dynamic library must not be changed (by adding the
"lo" extension), as code in officebean.jar uses it in NativeLibraryLoader.
* With gbuild's per-default hidden visibility, JNIEXPORT functions must instead
use SAL_DLLPUBLIC_EXPORT. (Windows-only code in bean/native/win32/ should be
safe to continue using JNIEXPORT.)
Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
2012-05-07 17:03:00 +02:00
Stephan Bergmann
6752930497
LocalOfficeConnection description must end in ServiceManager
...
...instead of NamingService. Even though current
<http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/JavaBean/Customized_Configuration&oldid=127145 >
documents using the latter, it leads to NullPointerException, as connect()
expects aInitialObject to be an XPropertySet.
Change-Id: Ia8445bed5307bf440d078a8b96200e3b7fa38706
2012-05-07 17:03:00 +02:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
David Tardon
c6ade7266f
WaE: cast from pointer to integer of different size
2012-04-18 21:01:18 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Stephan Bergmann
fe981519f5
gb_JunitTest_JunitTest takes only one argument
2012-02-20 16:39:59 +01:00
Josh Heidenreich
223cca46ed
Added READMEs for modules which used to be in components
2012-02-08 07:46:57 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Andras Timar
aab14cb9fb
fix prefix of command line switches (-- instead of -)
2012-01-11 19:25:45 +01:00
Tor Lillqvist
25e10370fe
Link most libs and executables with gb_STDLIBS as presumably is intended
2011-12-20 01:12:23 +02:00
Tor Lillqvist
a7058d7bac
Bypass bean for Android which has no java.awt
2011-12-12 22:14:57 +02:00
Tor Lillqvist
ee7e362aae
Accept also Oracle Corporation as Java vendor here, too
2011-12-12 22:14:56 +02:00
Tor Lillqvist
b1b25a9a1e
Kill a bunch of empty lines
2011-12-12 22:14:55 +02:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Lior Kaplan
e10fc18fb2
typo fix: explicitely -> explicitly
2011-12-01 23:41:42 +02:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Matúš Kukan
c77a9254dd
no need for SRCDIR parameter here
2011-10-23 13:20:29 +02:00
Michael Meeks
9142f9a1a1
WaE: win32 cleanup
2011-10-07 16:30:52 +02:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Caolán McNamara
5663d30591
get bean linking under windows
2011-09-21 16:59:22 +01:00
Peter Foley
4478b739dd
convert bean to gbuild and add to tail_build
2011-09-18 19:17:17 -04:00
Julien Nabet
265a458cda
Fix wrong comments which prevent to compile
2011-08-15 02:19:28 +02:00
Julien Nabet
cf4e20ede9
Some PMD cleaning
2011-08-15 01:58:50 +02:00
Tor Lillqvist
db57823374
Don't use the (win32) jawt_md.h as we don't have that when cross-compiling
...
Just insert the trivial JAWT_GetAWT declaration and
JAWT_Win32DrawingSurfaceInfo struct definition.
2011-06-29 12:42:20 +03:00
Tor Lillqvist
1b13657acf
jawt_md.h is not needed in this file
2011-06-29 12:42:20 +03:00
Caolán McNamara
4c7a7590b1
fix comment typo
2011-06-16 09:14:41 +01:00