msvcmaker: Add support for building wine.lib.
[wine] / tools / winapi / msvcmaker
2008-09-29  Rob Shearmanmsvcmaker: Add support for building wine.lib.
2008-09-29  Rob Shearmanmsvcmaker: Update the function list for which HAVE_...
2008-09-29  Rob Shearmanmsvcmaker: Remove the defining of __ASM_SHORT and __ASM...
2008-09-29  Rob Shearmanmsvcmaker: Update the HAVE_* defines for headers in...
2008-09-29  Rob Shearmanmsvcmaker: Add HAVE_* defines for some types present...
2008-09-29  Rob Shearmanmsvcmaker: Factor out some common settings.
2008-09-29  Rob Shearmanmsvcmaker: Fix generated imports for Wine modules and...
2008-09-29  Rob Shearmanmsvcmaker: Fix the generated filename for the spec...
2008-09-29  Rob Shearmanmsvcmaker: Fix the arguments passed to winebuild to...
2008-09-29  Rob Shearmanmsvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP.
2008-08-20  Hongbo Nimsvcmaker: Fix msvc project file generation under MinGW32.
2008-04-07  Reece Dunntools/msvcmaker: Suppress deprecation warnings on VC8...
2008-03-24  Reece Dunntools: Target the version defines to Vista in msvcmaker.
2008-03-05  Francois Gougetmsvcmaker: We don't use .dbg.c files anymore.
2008-03-05  Francois Gougetmsvcmaker: We don't build wine.lib so don't try to...
2008-03-05  Francois Gougetmsvcmaker: winebuild needs getopt*.c and mkstemps.c...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2006-12-07  Francois Gougetmsvcmaker: Remove references to wine_unicode and to...
2006-12-06  Francois Gougetmsvcmaker: Link with msvcrt(d).dll rather than with...
2006-12-06  Francois Gougetmsvcmaker: Tweak the .dsp formatting to better match...
2006-12-06  Francois Gougetmsvcmaker: Remove unneeded -I.. for the msvcrt tests.
2006-12-06  Francois Gougetmsvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR...
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.
2006-09-29  Francois Gougetmsvcmaker: The msvcrt tests need '..' in the include...
2006-09-07  James Hawkinsmsvcmaker: Remove a reference to libs/unicode in msvcmaker.
2006-08-10  Colin Pitrattools: Check for open return code in Perl scripts.
2006-01-06  Rolf Kalbermatterwinapi: msvcmaker adaption to new directory structure.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-06-20  Saulius KrasuckasSync msvcmaker with make_ctests to generate valid code.
2005-06-09  Alexandre JulliardFixed a number of references to removed directories.
2004-11-22  Steven EdwardsDefine "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE...
2004-10-26  Francois GougetAdd function prototypes.
2004-10-22  Francois GougetReview and fix regular expressions of the form /^foo...
2004-10-11  Steven EdwardsCorrectly define WINVER, _WIN32_WINNT and _WIN32_IE...
2004-10-06  Martin FuchsFix generation of config.h.
2004-10-06  Martin FuchsFix msvcmaker imports.
2004-10-05  Francois GougetIdentify comm.drv as a 16bit dll.
2004-10-05  Francois GougetAdd function prototypes.
2004-10-04  Francois GougetHandle the static libraries linked to using EXTRALIBS.
2004-09-23  Steven EdwardsDefine _WIN32_WINNT and _WIN32_IE versions for MS_VC...
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-16  Francois GougetFix msvcmaker so the generated testlist.c files include...
2004-03-22  Steven EdwardsRemove reference to old graphics directory
2003-12-15  Martin FuchsFixed options for winebuild.
2003-11-14  Alexandre JulliardGet rid of the msdos/ directory.
2003-11-13  Alexandre JulliardMoved memory/environ.c, memory/virtual.c and misc/cpu...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-09-23  Jon GriffithsAdded some needed config.h entries.
2003-09-19  Alexandre JulliardGet rid of relay32 directory.
2003-08-26  Alexandre JulliardThe if1632 directory no longer exists.
2003-08-18  Jon Griffithsole/ directory doesn't exist anymore.
2003-07-18  Jon GriffithsHandle long file names in pre-build step (quote them).
2003-05-13  Francois Gougetlibrary/Makefile.in and unicode/Makefile.in don't exist...
2003-03-15  Jon GriffithsOutput a dummy function for linking.
2003-01-07  Francois GougetAdd support for .drv extension (for winspool.drv tests...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-18  Francois GougetThe link command specifies which version of the C libra...
2002-11-30  Patrik Stridvall- Fixed bug caused by changes to Wine.
2002-11-04  Patrik Stridvall- Updated it to support changes in Wine.
2002-10-29  Patrik StridvallAdd new options --wine and --winetest so workspace...
2002-10-23  Patrik Stridvall- Added proper parsing of the Makefile.in's to find...
2002-10-18  Patrik Stridvall- Better .dsp file generation for .exe outputs
2002-09-12  Patrik StridvallMinor bug fixes and improvements.
2002-08-30  Patrik Stridvall- Proper handling of GDI32 and USER32.
2002-08-27  Patrik StridvallAdded Microsoft Visual Studio workspace and project...