Sweden-Number/tools
Kevin Puetz 9faa5eeddd winegcc: Implement -Wl,--out-implib.
This allows a CMake toolchain (or other caller) to treat winegcc like MinGW,
specifying that it produce a separate file for imports, e.g.

set(CMAKE_IMPORT_LIBRARY_PREFIX lib)
set(CMAKE_IMPORT_LIBRARY_SUFFIX .a)
string(APPEND CMAKE_C_CREATE_SHARED_LIBRARY " -Wl,--out-implib,<TARGET_IMPLIB>")

Signed-off-by: Kevin Puetz <PuetzKevinA@JohnDeere.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-26 23:25:38 +01:00
..
sfnt2fon sfnt2fon: Directly store the codepage tables for the few encodings we need. 2020-01-27 14:37:54 +01:00
widl widl: Allow adding the same custdata GUID multiple times in a typelib. 2020-11-18 22:27:51 +01:00
winapi winapi: Update win16.api. 2020-08-18 21:41:04 +02:00
winebuild winebuild: Initialize entry point to avoid a compiler warning. 2020-11-26 23:25:38 +01:00
winedump winedump: Fix the dumping of arm64 packed float restoration. 2020-08-28 19:28:24 +02:00
winegcc winegcc: Implement -Wl,--out-implib. 2020-11-26 23:25:38 +01:00
winemaker winemaker: Fix --single-target option parsing. 2019-03-13 23:40:39 +01:00
wmc wmc: Add Dxgi facility. 2020-09-21 21:42:13 +02:00
wrc makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
Makefile.in makefiles: Always build .in files. 2015-11-10 18:28:28 +09:00
buildimage buildimage: Convert the XML parser to use XML::LibXML. 2017-10-19 16:53:50 +02:00
c2man.pl c2man.pl: Move WineHQ URLs to https. 2017-12-01 09:29:41 +01:00
config.guess tools: Upgrade the config.guess/config.sub scripts. 2020-08-14 22:04:03 +02:00
config.sub tools: Upgrade the config.guess/config.sub scripts. 2020-08-14 22:04:03 +02:00
examine-relay examine-relay: Indent winex11.drv lines. 2006-07-17 13:49:40 +02:00
findfunc Use '=' instead of '==' in /bin/sh scripts to avoid portability 2004-12-14 11:39:14 +00:00
install-sh tools: Upgrade the autoconf scripts. 2019-12-18 17:56:21 +01:00
make_announce make_announce: Update version number parsing for the new versioning scheme. 2017-01-31 15:58:43 +01:00
make_makefiles winebus.sys: Move winebus.inf into the module resources. 2020-11-11 11:04:06 +01:00
make_requests server: Remove no longer needed fill_console_output request. 2020-07-14 18:27:59 +02:00
make_specfiles gdi32: Merge in Uniscribe functionality. 2020-11-09 20:15:11 +01:00
make_unicode gdi32: Merge in Uniscribe functionality. 2020-11-09 20:15:11 +01:00
make_xftmpl.c include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
makedep.c makedep: Use short debug file names. 2020-11-19 21:23:55 +01:00
runtest makefiles: Default to building test modules as PE. 2019-04-09 15:45:59 +02:00
wineapploader.in tools: Allow running installed builtin apps even when the 32-bit loader is missing. 2015-12-04 21:56:20 +09:00
winewrapper winewrapper: In 64 bit trees the loader is called wine64. 2014-09-02 20:54:48 +02:00