Subject: wine/dlls ddraw/Makefile.in ttydrv/Makefile.in ... - msg#00193
List: emulators.wine.cvs
ChangeSet ID: 1022121970163194523033784
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/22 21:46:10
Modified files:
dlls/ddraw : Makefile.in
dlls/ttydrv : Makefile.in
dlls/winedos : Makefile.in
dlls/winmm/mcicda: Makefile.in
dlls/winmm/mciseq: Makefile.in
dlls/winmm/mciwave: Makefile.in
Log message:
Removed some unnecessary imports.
Patch:
http://cvs.winehq.com/patch.py?id=1022121970163194523033784
Revision Changes Path
1.23 +1 -1 wine/dlls/ddraw/Makefile.in
1.16 +1 -1 wine/dlls/ttydrv/Makefile.in
1.13 +1 -1 wine/dlls/winedos/Makefile.in
1.13 +1 -2 wine/dlls/winmm/mcicda/Makefile.in
1.13 +1 -2 wine/dlls/winmm/mciseq/Makefile.in
1.13 +1 -2 wine/dlls/winmm/mciwave/Makefile.in
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
wine/. Makefile.in
ChangeSet ID: 1022121929332924069211916
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/22 21:45:29
Modified files:
. : Makefile.in
Log message:
Fixed etags rule.
Patch: http://cvs.winehq.com/patch.py?id=1022121929332924069211916
Revision Changes Path
1.123 +1 -1 wine/Makefile.in
Next Message by Date:
click to view message preview
wine/dlls Makefile.in make_dlls
ChangeSet ID: 1022122036365636872434155
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/22 21:47:16
Modified files:
dlls : Makefile.in make_dlls
Log message:
Run make clean in all directories, even the ones we don't compile in.
Simplified sub-directories rules a bit.
Patch: http://cvs.winehq.com/patch.py?id=1022122036365636872434155
Revision Changes Path
1.134 +212 -413 wine/dlls/Makefile.in
1.11 +29 -25 wine/dlls/make_dlls
Previous Message by Thread:
click to view message preview
wine/. Makefile.in
ChangeSet ID: 1022121929332924069211916
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/22 21:45:29
Modified files:
. : Makefile.in
Log message:
Fixed etags rule.
Patch: http://cvs.winehq.com/patch.py?id=1022121929332924069211916
Revision Changes Path
1.123 +1 -1 wine/Makefile.in
Next Message by Thread:
click to view message preview
wine/ dlls/dplayx/dplay.c dlls/gdi/freetype.c ...
ChangeSet ID: 1022122391408091751000942
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@xxxxxxxxxxxxxxxxxxxx 02/05/22 21:53:11
Modified files:
dlls/dplayx : dplay.c
dlls/gdi : freetype.c
dlls/ntdll : heap.c
dlls/wineps : truetype.c
include : user.h
include/wine : port.h
loader : task.c
loader/ne : module.c resource.c
memory : environ.c
tools/winebuild: spec16.c
windows : class.c
Log message:
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
issues.
Patch: http://cvs.winehq.com/patch.py?id=1022122391408091751000942
Revision Changes Path
1.36 +5 -11 wine/dlls/dplayx/dplay.c
1.15 +2 -0 wine/dlls/gdi/freetype.c
1.3 +0 -4 wine/dlls/ntdll/heap.c
1.17 +6 -9 wine/dlls/wineps/truetype.c
1.39 +3 -0 wine/include/user.h
1.25 +0 -51 wine/include/wine/port.h
1.118 +3 -2 wine/loader/task.c
1.113 +6 -4 wine/loader/ne/module.c
1.35 +5 -4 wine/loader/ne/resource.c
1.32 +5 -11 wine/memory/environ.c
1.33 +4 -3 wine/tools/winebuild/spec16.c
1.48 +6 -6 wine/windows/class.c