Added AvgCharWidth member to font metrics.
[wine] / tools / winemaker
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.