makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / regsvr32 / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-09-03  Alexandre Julliardprograms: Build the programs that support it with ...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-02-09  Dmitry Timoshkovregsvr32: Call OleInitialize before registering a DLL.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2003-11-28  Stefan LeichterAdded version info resource.
2002-06-13  Alexandre JulliardDon't use msvcrt.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.