- Allow setting NetBIOS ComputerName through registry.
[wine] / tools / winemaker
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-09-29  Bill MedlandMinor typo fix.
2002-09-27  Francois GougetUpdated the wrapper code to match the new naming execut...
2002-09-26  Francois GougetBring the naming of libraries and executable up to...
2002-09-18  Martin WilckMake all target names lower case.
2002-09-17  Martin WilckFix "install" and "uninstall" targets: .exe -> .exe...
2002-09-13  Martin Wilck- Support "-imsvcrt" as an abbreviation of "-imsvcrt...
2002-09-13  Martin Wilck- fix perl syntax error in my own patch
2002-09-11  Francois GougetStore the global settings in Make.rules.in instead...
2002-09-11  Francois GougetFix the Wine detection when using the Wine source tree.
2002-09-10  Francois GougetFix detection of 'ln -s'.
2002-09-10  Martin Wilck- Fix --nomfc option which is currrently broken.
2002-09-09  Martin Wilck- Add "-ldl" for wrapper apps.
2002-09-06  Francois GougetAdd prototypes to all functions.
2002-08-09  Andriy PalamarchukUpdated to generate build scripts working with current...
2002-07-25  Andriy Palamarchukwinebuild searches libraries specified in -l parameter...
2002-07-19  Gregg Mattinson- Removed name, type, mode, rsrc, and import statements...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-04-14  Martin WilckFix winemaker-generated references to dlls that have...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Francois Gouget'test -e' is not supported on Solaris, replace with...
2001-10-14  Francois GougetFix handling of empty lists in install and uninstall...
2001-10-12  Francois GougetFix the Wine tools search path.
2001-10-11  Francois GougetFix the .spec.c rule.
2001-10-08  Francois GougetWrappers must always be compiled in STRICT mode.
2001-09-24  Bill MedlandAdd support for making a build environment without...
2001-07-30  Francois GougetFix handling of the '--with-wine-xxx' options: only...
2001-07-27  Francois GougetPut the per project paths before the wine paths.
2001-07-12  Bill MedlandGet winemaker to drop the trailing CtrlZ that is still...
2001-06-04  Francois GougetINSTALL_LIBRARY does not exist, use INSTALL_PROGRAM...
2001-05-29  Francois Gougetconfigure.in: Remove unnecessary AC_PROG_RANLIB check
2001-05-07  Francois GougetRemove the anonymous function parameter from generate_l...
2001-04-23  Francois GougetFiles with special characters may not have been renamed...
2001-04-20  Francois GougetFix file lossage in subdirectories of an 'include'...
2001-04-18  Francois GougetEnhanced the pragma pack handling.
2001-03-23  Francois GougetAdded handling of .hpp files (another extension for...
2001-03-16  Francois GougetSet LD_LIBRARY_PATH if necessary before calling wrc...
2001-03-10  Francois GougetAdded missing extension for 'ole32.dll'.
2001-03-04  Francois GougetIf a target has C++ sources, then use g++ to link it...
2001-03-03  Francois GougetAdd files found in an 'include' directory, to the ...
2001-03-01  Francois GougetReenable the wrapper support.
2001-02-12  François GougetMake sure all files are terminated with a '\n'.
2001-01-11  François GougetCreate the main_target in single-target mode.
2001-01-10  François GougetRequire that the user specify a work directory. This...
2001-01-09  François Gouget(configure) Look for the headers in $WINE_ROOT/include...
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-15  Francois GougetAlways link with uuid.
2000-12-07  Francois GougetAdded a prototype for closesocket.
2000-12-02  Francois GougetIf there is a single target, it should also get the...
2000-11-30  Francois Gouget- In interactive mode, don't ignore invalid options...
2000-11-30  Francois Gouget- Fix the handling of relative include/library paths
2000-11-25  Francois GougetWhen autodetected the MFC were still generating wrappers.
2000-11-15  Francois GougetDistinguish between IMPORTS and LIBRARIES.
2000-11-13  Francois GougetFixed the detection of the link flags for NetBSD/Cygwin...
2000-11-10  Francois GougetConvert include statements of not-found files to lower...
2000-11-07  Francois GougetFix the include path handling in get_real_include_name
2000-11-05  Francois GougetNew script for porting Windows source code to WineLib.