ChangeSet ID: 5538
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/25 22:20:59
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Bring the naming of libraries and executable up to current standards.
Install dlls and executables in dlldir.
It is no longer necessary to import ntdll.dll.
Patch: http://cvs.winehq.com/patch.py?id=5538
Old revision New revision Changes Path
1.53 1.54 +31 -67 wine/tools/winemaker
ChangeSet ID: 5535
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/25 22:20:07
Modified files:
dlls/ddraw/dsurface: main.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Enable creation of our OpenGL Direct3D device from a surface used as
rendering target.
Enable creation of a texture from a surface.
Patch: http://cvs.winehq.com/patch.py?id=5535
Old revision New revision Changes Path
1.27 1.28 +19 -0 wine/dlls/ddraw/dsurface/main.c