ChangeSet ID: 6860
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 17:07:41
Modified files:
tools : winewrap.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Support C++ linking with a new -C switch.
Modify the app launcher to pass all options but --debugmsg and --dll
to the app.
Link the wrapper against all of the app's libs.
Drop support for passing the dll names to the launcher.
Patch: http://cvs.winehq.com/patch.py?id=6860
Old revision New revision Changes Path
1.5 1.6 +26 -14 wine/tools/winewrap.c
ChangeSet ID: 6858
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 14:13:48
Modified files:
dlls/ddraw/direct3d: mesa.c
dlls/ddraw/d3ddevice: mesa.c
dlls/ddraw : mesa.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
- added enumeration of the Reference device (some games seems to need
it to work and they want it enumerated first..)
- some comments about potential problems with Z masking
Patch: http://cvs.winehq.com/patch.py?id=6858
Old revision New revision Changes Path
1.22 1.23 +2 -1 wine/dlls/ddraw/direct3d/mesa.c
1.66 1.67 +15 -4 wine/dlls/ddraw/d3ddevice/mesa.c
1.25 1.26 +10 -2 wine/dlls/ddraw/mesa.c