Commit graph

15248 commits

Author SHA1 Message Date
Tor Lillqvist
4208195995 Just use the same JVMFWKLIB for MinGW as on Unix 2011-06-21 00:40:19 +03:00
Tor Lillqvist
67e1946064 Disable ATL when compiling with MinGW 2011-06-21 00:40:19 +03:00
Tor Lillqvist
7c6c7e1cfd Make the make of gbuild modules in cross-build-toolset silent 2011-06-21 00:40:19 +03:00
Tor Lillqvist
eb53297177 Don't use gb_Executable_EXT in gb_Executable_get_target_for_build 2011-06-21 00:40:18 +03:00
Tor Lillqvist
5180b6bbe2 More MinGW work, set LD/DYLD_LIBRARY_PATH when running build tools 2011-06-21 00:40:18 +03:00
Tor Lillqvist
8b0c371f99 Drop offuh from cross-build-toolset 2011-06-21 00:40:18 +03:00
Tor Lillqvist
481d0d318f Pass --disable-zenity to the inner configure run for the BUILD platform 2011-06-21 00:40:18 +03:00
Tor Lillqvist
6b9ad9ad8b Add third parameter to the gb_Deliver_add_deliverable call for the .manifest file, too 2011-06-21 00:32:24 +03:00
Robert Nagy
03992af6dc update the configure flags to reflect reality 2011-06-20 22:31:28 +02:00
Tor Lillqvist
2b12cab45a Fix gbuild breakage in WNTMSC build 2011-06-20 15:04:14 +03:00
Robert Nagy
4baf801154 parametters -> parameters 2011-06-20 14:04:47 +02:00
Robert Nagy
f26726f9ac add missing UnoApiTarget definitions after gnumake4 merge 2011-06-20 14:04:06 +02:00
Alexander Thurgood
ad71354bd3 document this better 2011-06-20 11:34:25 +01:00
David Tardon
7a189a97ab this does not apply now that IDL files are processed by gnumake 2011-06-20 10:48:08 +02:00
Norbert Thiebaud
3c632beb6c '-' prefix in Makefile only works for the first command... work around it 2011-06-18 14:40:37 -05:00
Norbert Thiebaud
ea1f0f94fc fix 1eabd795b959830b74c3f3036fefeb143448d898 bad \ 2011-06-18 14:22:08 -05:00
Norbert Thiebaud
1908ff8ea7 do not clean dmake if we use the system one 2011-06-18 14:09:50 -05:00
Tor Lillqvist
5789bdebd7 Use OUTDIR_FOR_BUILD to run build-time tools 2011-06-18 22:02:16 +03:00
Tor Lillqvist
09600160cd Choose build.pl or make automatically in cross-build-toolset 2011-06-18 22:02:15 +03:00
David Tardon
510737a54a enable libstdc++'s debug mode with --enable-debug 2011-06-18 17:20:10 +02:00
Tor Lillqvist
a908085492 MinGW hacks, we get a bit further now
I am mostly ignoring the possibility to build natively on Windows
using MinGW. I don't see any reasoon to bother supporting that. If we
want to build with MinGW, we want to do it as cross-compilation.

I am not intentionally removing OOo-originated native MinGW
compilation stuff. Yet. But will soon...
2011-06-18 16:51:32 +03:00
Tor Lillqvist
394e81876e Use the slightly different library names for MinGW, too 2011-06-18 16:51:32 +03:00
Tor Lillqvist
e17aac891e Temporary hack can be binned now 2011-06-18 16:51:32 +03:00
Tor Lillqvist
7af3985069 It is whether the HOST platform supports symlinks that is relevant 2011-06-18 16:51:31 +03:00
Tor Lillqvist
ce896d9ce6 Avoid more pointless special-casing for WNTGCC 2011-06-18 16:51:31 +03:00
Tor Lillqvist
19aef0d443 Avoid duplication 2011-06-18 16:51:31 +03:00
Tor Lillqvist
297a2dfa08 Update the MinGW part a bit 2011-06-18 16:51:31 +03:00
David Tardon
24fad4ab42 disable RDB check for now 2011-06-18 11:24:42 +02:00
David Tardon
c95691c650 remove offuh from tail_build 2011-06-18 11:24:41 +02:00
David Tardon
2d69ad9ba4 remove all traces of offuh from makefiles 2011-06-18 11:24:41 +02:00
Hans-Joachim Lankenau
29caef70bc ause130: #i117218# complete compatibility check 2011-06-18 11:24:41 +02:00
Hans-Joachim Lankenau
0c43db760b ause130: #i117218# cleanup 2011-06-18 11:24:41 +02:00
Hans-Joachim Lankenau
958082720c ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:24:41 +02:00
Norbert Thiebaud
18a7139115 remove debug $(info in LinkTaget.mk 2011-06-18 03:54:51 -05:00
Tor Lillqvist
a3703dcde3 With MinGW we get the import library when making the DLL 2011-06-18 01:28:45 +03:00
Tor Lillqvist
b384b734d8 Use DLLTOOL variable instead of hardcode dlltool 2011-06-18 01:16:39 +03:00
Tor Lillqvist
69ead478c3 Bin obsolete comment 2011-06-18 01:13:09 +03:00
Tor Lillqvist
f7c5ddbc89 Simplify, don't use a different CPPUHELPER library name in the WNTGCC case 2011-06-18 01:08:52 +03:00
Tor Lillqvist
3bce832ab3 No need for separate import library name in the WNTGCC case 2011-06-18 01:04:29 +03:00
Tor Lillqvist
dc4b364172 Need to special-case AUGMENT_LIBRARY_PATH for cross-compilation to Windows, sigh 2011-06-18 00:25:56 +03:00
Tor Lillqvist
4d08167b1a Set OOO_LIBRARY_PATH_VAR as for the BUILD platform when cross-compiling 2011-06-18 00:25:21 +03:00
Tor Lillqvist
97fbfbca15 Use COMMAND_ECHO 2011-06-18 00:01:32 +03:00
Tor Lillqvist
0dad904cb5 Attempt to fix MinGW build, dlltool not needed it seems 2011-06-18 00:00:20 +03:00
Tor Lillqvist
a084713663 Bin pointless verbiage 2011-06-17 23:57:17 +03:00
Tor Lillqvist
e843785c7d The line that unconfuses dmake can be a makefile comment line, but huh? 2011-06-17 18:07:40 +03:00
Tor Lillqvist
e57bedf0fc Drop pointless verbiage 2011-06-17 17:59:44 +03:00
Tor Lillqvist
81353edc4e Just use -lreg for WNTGCC, too 2011-06-17 17:52:28 +03:00
Tor Lillqvist
a89fa61cb9 Fix some WNTGCC typos and thinkos 2011-06-17 17:44:45 +03:00
Caolán McNamara
4dfe99b886 add GLIBCXX_FORCE_NEW for memcheck 2011-06-17 13:57:11 +01:00
Jan Holesovsky
8cddd0efb8 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap 2011-06-17 13:46:17 +02:00