makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / tools / winegcc / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-05-30  Alexandre Julliardwinegcc: Don't pass the as/ld/nm tool names to winebuild.
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-06-26  Francois Gougetconfigure: Detect and use gld/gnm/gar as alternatives...
2007-08-01  Alexandre Julliardconfigure: Add -m32 flag for C++ compiler too.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-04-04  Alexandre Julliardtools: Add LDFLAGS to all the linker invocations.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-08-09  Alexandre JulliardAdded support for the --image-base linker option in...
2005-03-05  Vincent BéronCreate symlinks named wineg++ and winecpp while buildin...
2005-01-28  Dimitrie O. PaunAdded a new man page for winegcc.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-04-16  Paul VriensCorrect removing wineg++ link on an uninstall.
2004-03-25  Alexandre JulliardTake EXEEXT into account for PE builds.
2004-03-24  Alexandre JulliardBuild the dlls with winegcc.
2004-03-03  Alexandre JulliardRenamed the symbol for the cpp binary to avoid conflict...
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-02-24  Dimitrie O. PaunMerge winewrap into winegcc. Many cleanups.
2003-11-28  Richard Cohen- Add standard dll path last instead of first.
2003-09-15  Dimitrie O. PaunTeach winegcc to masquerade as cpp.
2003-09-11  Alexandre JulliardSet the dll search path to the location specified in...
2003-09-11  Richard CohenUse an extendable array to store the lists of strings.
2003-09-11  Alexandre JulliardMoved winegcc and winewrap to a separate directory.