Test repository to check push and ssh key
Find a file
Tor Lillqvist bd9d0067a6 Rework DLL creation code for MinGW (cross-)compilation
Don't run dlltool --output-exp to create a separate object file with
just export data (.edata section). In the case where at least one
function in the objects being linked has been explicitly marked for
export, GNU ld will not look for export information in the object
files anyway. At least the GetVersion() function seems to be marked
for export explicitly. Just pass the .def file when linking.

GNU ld since 2.17 supports @cmdfile syntax, just like MSVC tools, so
no need to create a separate shell command file and source that. (Why
that even would work better than just running the ld command with a
long command line directly, I don't know.)

Actually I don't know why even bother with the @cmdfile, after all we
mainly intend WNTGCC to be used when cross-compiling, and there are no
short command-line length restrictions on modern OSes from which one
might want to cross-compile. But oh well.

Pass the necessary -L switches, i.e. SOLARLIB, when linking with GNU
ld. (For MSVC, the ILIB environment variable is used.)

Produce the import library when linking, no need to have a separate
rule to produce an import library for WNTGCC.

Re-unroll tg_shl.mk into _tg_shl.mk with the recently unbroken
mkunroll tool.
2011-05-23 17:33:49 +03:00
bin lo-commit-stat: new --bug-numbers option to print just bug numbers 2011-04-28 21:07:23 +02:00
distro-configs fix ant home 2011-05-23 09:23:54 +02:00
dmake free after use 2011-05-16 15:37:30 +02:00
git-hooks do not overwrite file if no whitespace was stripped 2011-05-17 14:22:58 +02:00
guw Kill obsolete STAR_FOO stuff 2011-05-15 00:37:04 +03:00
instsetoo_native OxygenOffice progressbar 2011-05-09 11:00:52 +02:00
m4/mac
scp2 Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679 2011-05-12 10:27:34 +03:00
soldep Remove some unused source. 2011-04-29 05:32:53 -07:00
solenv Rework DLL creation code for MinGW (cross-)compilation 2011-05-23 17:33:49 +03:00
soltools Don't build checkdll when cross-compiling 2011-05-15 23:49:09 +03:00
splitbuild
stlport Drop stuff for old MSVC versions we don't support anyway 2011-05-14 23:40:32 +03:00
tail_build add fileaccess to tail build 2011-04-27 08:06:47 +02:00
.gitattributes use git hook instead of gitattributes filter for *.po files 2011-04-27 21:13:12 +02:00
.gitignore Add the wntgcc directories 2011-05-19 00:40:35 +03:00
acinclude.m4
autogen.sh check more carefully for configure generation, and fix quoting of vendors 2011-04-07 13:27:47 +01:00
bootstrap.1 Unset more variables when building dmake when cross-compiling 2011-05-18 18:56:58 +03:00
buildscript.sh
config.guess
config.sub Initial baby steps for Android cross-compilation 2011-05-15 03:54:50 +03:00
configure.in Do not define PTHREAD_CFLAGS on NetBSD. 2011-05-22 09:26:22 +02:00
COPYING Licencing files 2011-01-11 21:49:39 +00:00
COPYING.LGPL Licencing files 2011-01-11 21:49:39 +00:00
COPYING.MPL Licencing files 2011-01-11 21:49:39 +00:00
download Don't overwrite config.log from the configure script 2011-05-17 22:36:57 +03:00
g Don't print === decoration when running g grep 2011-05-18 16:39:22 +02:00
GNUmakefile.mk rename Module_ooo.mk to RepositoryModule_ooo.mk (part two) 2011-05-18 21:45:18 +02:00
install-sh
Makefile.in make dev-install use smoketest 2011-05-23 11:28:35 +02:00
makefile.rc
Module_tail_build.mk add fileaccess to tail build 2011-04-27 08:06:47 +02:00
ooo.lst.in Add dummy libvisio into download 2011-05-17 12:47:38 +02:00
oowintool Use current terminology and socket library 2011-05-16 16:01:30 +03:00
post_download.in More cross-compiling work 2011-05-17 02:22:19 +03:00
Repository.mk Fix crypto stuff when building on Windows 2011-04-29 15:35:17 +03:00
RepositoryFixes.mk Use current terminology and socket library 2011-05-16 16:01:30 +03:00
RepositoryModule_ooo.mk remove reportbuilder from gbuild modules 2011-05-18 11:09:41 +02:00
set_soenv.in Set SOLARLIB also for MinGW (cross-)compilation 2011-05-23 17:33:48 +03:00
TEMPLATE.SOURCECODE.HEADER Licencing files 2011-01-11 21:49:39 +00:00