ChangeSet ID: 7783 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/04 13:37:58
Modified files: dlls : Makefile.in . : configure.ac configure Added files: dlls/msvcrtd : msvcrtd.spec debug.c Makefile.in .cvsignore
Log message: Adam Gundy arg@cyberscience.com Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
Patch: http://cvs.winehq.com/patch.py?id=7783
Old revision New revision Changes Path 1.170 1.171 +14 -0 wine/dlls/Makefile.in 1.145 1.146 +1 -0 wine/configure.ac 1.416 1.417 +2 -1 wine/configure Added 1.1 +0 -0 wine/dlls/msvcrtd/.cvsignore Added 1.1 +0 -0 wine/dlls/msvcrtd/Makefile.in Added 1.1 +0 -0 wine/dlls/msvcrtd/msvcrtd.spec Added 1.1 +0 -0 wine/dlls/msvcrtd/debug.c