Commit graph

274 commits

Author SHA1 Message Date
Michael Stahl
d1500544fd gnumake3: #i116711#: clean up tempfile creation: use $TMPDIR instead of workdir 2011-01-31 18:35:25 +01:00
Michael Stahl
5446d4f383 gnumake3: add gb_Library_get_runtime_filename (for dlopen etc.) 2011-01-31 18:35:24 +01:00
Mathias Bauer
cfd996bcd6 CWS gnumake3: build Java targets in case env variables for compiler are not set; remove superfluous dependency on java interpreter 2011-01-31 16:04:05 +01:00
Mathias Bauer
806470f8bb CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel 2011-01-31 14:12:13 +01:00
Mathias Bauer
f3373bd04b CWS gnumake3: enable compiling without optimization 2011-01-31 12:22:57 +01:00
Mathias Bauer
1fbfcccf70 CWS gnumake3: a remnant of ENABLE_VBA 2011-01-29 14:53:14 +01:00
Mathias Bauer
9bc8655179 CWS gnumake3: wrong dependency caused permanent delivery of headers 2011-01-28 13:58:44 +01:00
Mathias Bauer
a4b71c0823 CWS gnumake3: replacement of cygpath by variables was broken 2011-01-28 13:58:04 +01:00
Michael Stahl
dd352f2bdd gnumake3: activate GNU make job server for CustomTarget 2011-01-27 14:44:27 +01:00
Michael Stahl
872251e10e gnumake3: fix various bugs in CustomTarget, add OUTDIR dependencies 2011-01-27 14:44:26 +01:00
Michael Stahl
847b8c8b37 gnumake3: add GenCxxObject class, for generated C++ files 2011-01-27 14:44:14 +01:00
Michael Stahl
fcf6e35bfb gnumake3: move xsltproc stuff out of ComponentTarget, export gb_XSLTPROC 2011-01-27 14:38:54 +01:00
Mathias Bauer
feedbf353b CWS gnumake3: fix build breakage caused by missing sdf files for localized builds; fix localization of globlmn.hrc 2011-01-27 11:31:29 +01:00
Mathias Bauer
25b881c04c CWS gnumake3: merge minibranches 2011-01-27 10:54:58 +01:00
Mathias Bauer
079e072e18 CWS gnumake2: use temp files for long command lines; missing include path in editeng 2011-01-27 09:47:18 +01:00
Bjoern Michaelsen
f8e99b2e95 gnumake3: fix dependencies on CustomTargets 2011-01-26 17:02:22 +01:00
Mathias Bauer
c501793e09 CWS gnumake3: several clean ups and fixes in makefiles 2011-01-26 10:30:19 +01:00
Mathias Bauer
69aaa3c57f CWS gnumake3: resync to m98 2011-01-25 18:35:57 +01:00
Mathias Bauer
c126ba3333 CWS gnumake3: fix license headers 2011-01-25 18:19:55 +01:00
Mathias Bauer
f654ed03a7 CWS gnumake3: merge minibranches 2011-01-25 16:21:04 +01:00
Mathias Bauer
8c42646720 CWS gnumake3: fix broken dependency generation on Windows 2011-01-25 16:16:45 +01:00
Bjoern Michaelsen
f427f58cfa gnumake3: adding a CustomTarget to a package should set it up too 2011-01-24 21:31:52 +01:00
Bjoern Michaelsen
a937dc7425 gnumake3: merging minibranches 2011-01-24 19:24:43 +01:00
Bjoern Michaelsen
7f21ffdaf0 gnumake3: small fixes to CustomTarget implementation 2011-01-24 19:22:16 +01:00
Bjoern Michaelsen
e911af3d26 gnumake3: adding experimental support for CustomTargets 2011-01-24 19:04:41 +01:00
Mathias Bauer
67a6ec7207 CWS gnumake3: merge minibranches 2011-01-24 18:26:23 +01:00
Mathias Bauer
4b0bc8c7c0 CWS gnumake3: make sure that an ilib is always created by the linker 2011-01-24 18:18:23 +01:00
Mathias Bauer
55c2b6b9ca CWS gnumake3: remove ilib incase dll is not created 2011-01-24 17:06:42 +01:00
Bjoern Michaelsen
a846112253 gnumake3: #i116546# adding a showdeliverables target 2011-01-21 19:24:17 +01:00
Mathias Bauer
91c3775112 CWS gnumake3: pdb location 2011-01-21 18:38:23 +01:00
Mathias Bauer
1dca011a0b CWS gnumake3: #i116349#: patch conversion problems fixed - thanks to cl 2011-01-21 17:09:35 +01:00
Mathias Bauer
a3387f416d CWS gnumake3: anonther fix for cppunittests in Windows; fix pdb builds when building with pch 2011-01-21 17:03:11 +01:00
Bjoern Michaelsen
b4a1e40c1e gnumake3: updating clean targets 2011-01-21 13:13:21 +01:00
Bjoern Michaelsen
a406f98c4d gnumake3: merging minibranches 2011-01-21 13:10:37 +01:00
Bjoern Michaelsen
43dbcdf881 gnumake3: fixing gb_CppunitTest_get_libfilename for unix 2011-01-21 12:13:39 +01:00
Bjoern Michaelsen
40cf5bd91c gnumake3: more readable windows link command 2011-01-21 02:35:14 +01:00
Bjoern Michaelsen
6a989625fb gnumake3: refactoring of gb_*_get_linktargetname 2011-01-21 02:29:25 +01:00
Mathias Bauer
3982997c1f CWS gnumake3: merge minibranches 2011-01-20 23:46:51 +01:00
Mathias Bauer
6dcee74f85 CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place 2011-01-20 19:39:48 +01:00
Mathias Bauer
f8d6d56e85 CWS gnumake3: first draft of new makefile templates 2011-01-20 19:37:27 +01:00
Mathias Bauer
368bae7662 CWS gnumake3: fix cppunittest on Windows 2011-01-20 19:32:26 +01:00
Hans-Joachim Lankenau
267329fca2 gnumake3: #i116265# support WITH_LANG=ALL - new files 2011-01-19 18:45:09 +01:00
Hans-Joachim Lankenau
dc37a8bc54 gnumake3: #i116265# support WITH_LANG=ALL 2011-01-19 18:22:07 +01:00
Bjoern Michaelsen
bbd08da3b1 gnumkae3: fixing botched merge of windows.mk 2011-01-19 17:10:19 +01:00
Bjoern Michaelsen
8a62202947 gnumake3: merging minibranches 2011-01-19 16:40:46 +01:00
Bjoern Michaelsen
65594ae28f gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing 2011-01-19 16:36:58 +01:00
Mathias Bauer
e63f95715f CWS gnumake3: merge minibranches 2011-01-19 15:17:56 +01:00
Mathias Bauer
6dbe3b4089 CWS gnumake3: some more fixes for windows and svx; remove superfluous code in starmath that still used old _DLL_ define 2011-01-19 15:15:50 +01:00
Bjoern Michaelsen
9ae007e454 gnumake3: merging minibranches 2011-01-19 14:20:36 +01:00
Bjoern Michaelsen
e0965d9536 gnumake3: #i116390# finishing support for Junittests in gbuild 2011-01-19 14:16:46 +01:00