winedos: Merge the parallel port device I/O handling into ioports.c.
[wine] / dlls / winedos / Makefile.in
2010-01-04  Alexandre Julliardwinedos: Merge the parallel port device I/O handling...
2010-01-04  Alexandre Julliardwinedos: Merge the UMB management into dosvm.c.
2010-01-04  Alexandre Julliardwinedos: Merge the XMS handler into int31.c.
2009-12-30  Alexandre Julliardkernel: Add an import lib for krnl386, and stop importi...
2009-12-30  Alexandre Julliardwinedos: Move 16-bit VxD support back into kernel.
2009-03-13  Alexandre Julliardwinedos: Don't create an import library.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-05-30  Alexandre Julliardwinedos: Merge a number of tiny source files into inter...
2006-10-03  Michael Stefaniucwinedos: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2005-05-19  Alexandre JulliardRevert previous patch, we still need the winedos import...
2005-05-19  Alexandre JulliardWe no longer need a winedos import library.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-10-30  Jukka HeinonenAdd winedos16.dll which contains 16-bit protected mode...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
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-11  Alexandre JulliardRemoved obsolete console driver.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.