ChangeSet ID: 9506 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/25 15:33:41
Modified files: tools : runtest misc : options.c include : module.h documentation : wine.man.in dlls/ntdll : ntdll_misc.h loader.c Makefile.in dlls/kernel : process.c ne_module.c Added files: dlls/ntdll : loadorder.c Removed files: loader : loadorder.c
Log message: Moved loadorder support to dlls/ntdll. Removed the --dll option and replaced it by the WINEDLLOVERRIDES environment variable.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9506
Old revision New revision Changes Path 1.3 1.4 +3 -3 wine/tools/runtest 1.42 1.43 +11 -2 wine/misc/options.c 1.95 1.96 +2 -2 wine/include/module.h 1.46 1.47 +51 -47 wine/documentation/wine.man.in 1.23 1.24 +1 -0 wine/dlls/ntdll/ntdll_misc.h 1.36 1.37 +3 -1 wine/dlls/ntdll/loader.c 1.87 1.88 +1 -1 wine/dlls/ntdll/Makefile.in 1.10 1.11 +2 -2 wine/dlls/kernel/process.c 1.10 1.11 +13 -1 wine/dlls/kernel/ne_module.c Added 1.1 +0 -0 wine/dlls/ntdll/loadorder.c 1.66 Removed +0 -0 wine/loader/loadorder.c