Commit graph

121 commits

Author SHA1 Message Date
Stephan Bergmann
fa2006828f Fix pyuno.so name on Mac OS X
...which also needs a change to the logic that symlinks *.jnilib to *.dylib, as
that would have symlinked pyuno.so onto itself (as it contains no .dylib).  (And
while we are at that, anyway, also only store relative paths in the symlinks.)

Change-Id: I6f3e9effc4d185df935795958cc84e60e862a424
2012-06-15 16:50:55 +02:00
David Ostrovsky
e16ac69372 gbuild migration: pyuno module
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-14 11:40:23 +02:00
Matúš Kukan
a09b25f520 register reg and store the same way as jvmfwk
Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9
2012-05-06 11:42:38 +02:00
Caolán McNamara
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
Caolán McNamara
8d7e8a0a3b setup/teardown default component context once before/after all tests
avoids the problems of dangling uno singletons invalidated after the first
dispose and the chain of other singletons that don't expect to need to
re-initialize, etc.

reenable editeng cppunit test

inherit i18npool cppunit test from unotest base

drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
in ctors/dtors
2012-04-13 13:15:25 +01:00
Caolán McNamara
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
Matúš Kukan
bf5380c240 no i prefix for lcms2.lib 2012-03-10 21:23:22 +01:00
Tor Lillqvist
b69285590d Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING
The tables functionality in Writer documents need SbxValue.
2012-03-05 22:30:10 +02:00
Tor Lillqvist
c91f279e7e Revert "Build libsb with a few dummy classes also for --disable-scripting"
Nah, these dummy classes would turn out quite complex anyway. Better
to just use ifdefs elsewhere, the number required is not that large.

This reverts commit 6d33801b44.
2012-03-05 02:05:24 +02:00
Tor Lillqvist
6d33801b44 Build libsb with a few dummy classes also for --disable-scripting
Work in progress, the dummy class implementations surely still
incomplete and/or might contain methods not actually needed. More
dummy class implementations needed, hopefully not too many
though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key
places in sc and elsewhere to cut down on the need.
2012-03-01 01:26:18 +02:00
Tor Lillqvist
c16bc82637 s/interpreters/scripting/ 2012-02-27 16:51:56 +02:00
Tor Lillqvist
4c737b6470 Decouple disabling of scripting (BASIC &co) from OS being iOS 2012-02-27 10:06:22 +02:00
Tor Lillqvist
f9a5c4cbc2 More --disable-database-connectivity work, still experimental 2012-02-21 14:19:49 +02:00
Tor Lillqvist
31826318df Shared libraries must in practice be called lib*.so on Android
Otherwise the package creating code (part of the SDK) won't include
them and/or the package installation code (on the OS itself) won't
unpack them. (They just silently skip the file.)
2012-02-20 11:20:29 +02:00
Matúš Kukan
d06a78c25b unotest: convert to gbuild 2012-02-10 13:35:34 +01:00
Tor Lillqvist
5cf4a008ef For iOS, filter out the sb and vbahelper libs that we don't build 2012-01-27 22:44:03 +02:00
Matúš Kukan
cbd2e67d20 ucb: convert to gbuild 2012-01-15 16:11:32 +01:00
Michael Stahl
23dd856d3c Merge branch 'feature/gbuild_extensions'
Conflicts:
	extensions/source/ole/servreg.cxx
	extensions/source/plugin/util/makefile.mk
	postprocess/packcomponents/makefile.mk
	postprocess/prj/build.lst
	tail_build/prj/build.lst
2012-01-06 21:09:13 +01:00
Matúš Kukan
4258f0260d Repository: fix Windows name for internal libexttextcat 2011-12-24 16:10:44 +01:00
Peter Foley
fd66491759 Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
Conflicts:
	Module_tail_build.mk
	Repository.mk
	extensions/util/makefile.pmk
	postprocess/prj/build.lst
	svx/AllLangResTarget_svx.mk
2011-12-24 09:44:24 -05:00
Tor Lillqvist
7d3c674a04 Abandon attempt to use the debug CRT in a dbgutil build 2011-12-20 18:08:08 +02:00
Matúš Kukan
ad4c61397d fix names of libraries for MinGW, also remove onlinecheck.dll 2011-12-19 10:14:55 +01:00
Matúš Kukan
a9e130ab82 sal: convert to gbuild 2011-12-19 10:14:53 +01:00
Matúš Kukan
051fdda153 cppu: convert to gbuild
Because of unit tests is here custom target where are idl files
processed.
2011-12-19 10:14:51 +01:00
Peter Foley
2548d634c7 extensions: convert nsplugin to gbuild 2011-12-17 22:11:12 +01:00
Matúš Kukan
bd030305b8 add libexttextcat to external libs 2011-12-13 17:00:23 +01:00
Norbert Thiebaud
ddc28b8ad6 clean-up ghost traces of unicow 2011-09-30 08:11:31 -05:00
Thorsten Behrens
f0149fe6ea Android now builds up to instsetoo_native
Last fixes - remove kludge from RepositoryFixes.mk, have redland
build w/o threads for the while, and some hackery to exclude
pointless code like oosplash from android build.
2011-09-28 16:47:49 +02:00
Jan Holesovsky
f62a449a53 Kill the explicit linking to salmain.o, use vclmain instead. 2011-09-20 00:51:38 +02:00
Caolán McNamara
375fc2d5ec windows berkleydb libname fixup 2011-09-19 09:59:26 +01:00
Michael Stahl
538fd2b166 Repository.mk: fix conflicing filterconfig changes 2011-09-15 15:19:26 +02:00
David Tardon
6df9c479f5 gbuildize desktop 2011-09-15 14:49:34 +02:00
David Tardon
8081794d91 use correct static lib. name for windows 2011-09-15 10:14:09 +02:00
David Tardon
45589f1f27 gbuildize automation 2011-09-15 07:10:22 +02:00
Matúš Kukan
436179148b Clean, sort and change RepositoryFixes a little. 2011-08-26 16:45:43 +02:00
Matúš Kukan
d0c301bba0 convert package to gbuild 2011-08-26 14:33:51 +02:00
Caolán McNamara
79a2a32ede fix windows xmlsecurity link 2011-08-23 10:35:45 +01:00
Matúš Kukan
0c2876b7f4 no reason for changing name of cui library on windows 2011-08-20 16:54:45 +02:00
Jan Holesovsky
534b3bccfd Fix i18npool build on Windows. 2011-08-19 09:37:47 +02:00
Tor Lillqvist
c77e44481a Sort a block of lines that was almost sorted already 2011-08-18 17:36:58 +03:00
Caolán McNamara
22ba66e403 fix typo 2011-08-16 14:32:34 +01:00
Caolán McNamara
cebaf5903e this seems to be the normal pattern 2011-08-16 13:32:51 +01:00
Caolán McNamara
37d34ff4ba get these names right for windows (I think) 2011-08-16 13:10:29 +01:00
Matúš Kukan
8b0e9caca9 convert xmlsecurity to gbuild 2011-08-09 23:28:06 +02:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
79adf1784e get sccomp to link under windows 2011-08-05 08:59:58 +01:00
Tor Lillqvist
3549107333 Add Emacs mode lines 2011-08-02 21:22:35 +03:00
Tor Lillqvist
1a316d26d6 Remove superfluous empty line
The comment for gb_Library_ILIBFILENAMES in the WNTGCC case doesn't
make much sense for us, though, as I think we want to support WNTGCC
only for cross-compilation, and thus we don't have access to the PSDK
("Platform" SDK, with which they mean the Windows SDK). I don't see
any point in using MinGW natively on Windows to build LibreOffice. If
you build locally, use MSVC.
2011-07-26 08:50:56 +03:00
Bjoern Michaelsen
5012e466ce resyncing to master 2011-07-21 18:27:57 +02:00
Tor Lillqvist
f455474e7a Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES 2011-07-15 16:09:19 +03:00