Sweden-Number/tools
Francois Gouget c7201ce3ce Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
user.
Remove T_INIT and get_default_init(). These are obsolete (used to
select the entry-point, WinMain or main).
If the directory contains headers, then add '.' to INCLUDE_PATH.
Specify -mnocygwin during the link stage if we are to link with the
msvcrt.
Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
Correctly pass '-mconsole' or '-mwindows' to the link stage.
Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
obsolete.
Add implicit build rules for .c, .cpp, .cxx files so that our settings
(e.g. INCLUDE_PATH) are used.
Fix the rule for building RC files (it was invalid and rejected by
make). Convert it to an implicit rule like the others.
Add rules for 'make clean'.
Add the missing rules for recursive compilation.
Remove obsolete elements from the link command (LDDLLFLAGS,
ALL_LIBRARY_PATH, LIBS).
2004-03-03 02:19:20 +00:00
..
widl Don't add imported constructs to any typelib output by default. 2004-02-12 00:31:40 +00:00
winapi API files update. 2004-02-27 21:28:45 +00:00
winapi_check - API files update. 2004-02-20 19:57:42 +00:00
winebuild Added support for building a dll from a .def file for cases where we 2004-02-17 20:36:16 +00:00
winedump Removed obsolete definitions from generated makefiles. 2004-03-02 05:00:52 +00:00
winegcc Add support for passing options to winebuild via -Wb. 2004-03-02 06:53:16 +00:00
wmc Make the winehq.org domain the official one. 2003-11-26 03:55:01 +00:00
wrc Added a new flag to wrc, to be used to assess translations 2004-01-18 23:24:04 +00:00
.cvsignore Moved winegcc and winewrap to a separate directory. 2003-09-11 21:27:58 +00:00
Makefile.in Added wine.inf setupapi script to setup the initial Wine registry 2004-02-27 22:04:55 +00:00
bin2res.c Windows rename() needs an unlink() first (reported by Steven 2004-01-18 23:32:56 +00:00
bug_report.pl Changed Adam Sacarny's email, and -debugmsg to --debugmsg. 2003-11-26 05:05:17 +00:00
c2man.pl Allow API-doc generation for non WINAPI calls (e.g. msvcrt). 2004-02-09 20:44:22 +00:00
config.guess Fix the case of product and company names. 2003-09-08 19:38:45 +00:00
config.sub Updated to the latest version. 2002-12-11 01:30:41 +00:00
examine-relay Add full listing format option. 2003-03-05 02:48:04 +00:00
findfunc Show in which file the function is actually implemented, as well as 2002-06-02 21:16:58 +00:00
fnt2bdf.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-03 03:35:20 +00:00
fnt2bdf.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
font_convert.sh Removed some more trailing whitespace. 2002-06-01 02:55:48 +00:00
genpatch Make the winehq.org domain the official one. 2003-11-26 03:55:01 +00:00
install-sh Added mkinstalldirs to create directories more portably. 2002-05-09 04:31:39 +00:00
make_authors Generate the authors list for the shell about dialog from AUTHORS at 2003-11-18 19:50:24 +00:00
make_ctests Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
make_requests Cast time_t to long for printing. 2003-10-01 03:32:16 +00:00
makedep.c Added support for #include in IDL files (based on a patch by Robert 2003-06-20 21:31:13 +00:00
mkinstalldirs Added mkinstalldirs to create directories more portably. 2002-05-09 04:31:39 +00:00
runtest Moved loadorder support to dlls/ntdll. 2003-09-25 20:33:41 +00:00
testrun Change all head/tail -X to head/tail -n X to be more POSIXly 2003-10-21 23:47:47 +00:00
wine.inf Make rsabase.dll self-register. 2004-03-01 21:20:33 +00:00
winecheck Added check for unhide option. 2004-02-07 01:04:13 +00:00
wineconf Some spelling and formatting fixes. 2003-04-02 01:23:43 +00:00
wineinstall Fixed typo in test arguments. 2004-03-02 20:53:05 +00:00
winemaker Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc 2004-03-03 02:19:20 +00:00
winemaker.man Generate a simple Makefile that uses winegcc to compile. 2004-02-27 21:24:20 +00:00
wineshelllink Return 2 in case of a usage error. 2003-09-30 00:28:13 +00:00
winewrapper Preserve the original WINEDLLPATH so we can load out-of-tree Winelib 2004-02-02 23:02:57 +00:00