ChangeSet ID: 9495 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/24 14:01:45
Modified files: programs/avitools: Makefile.in programs : Makeprog.rules.in libs/uuid : Makefile.in libs/port : Makefile.in libs : Makelib.rules.in include : Makefile.in dlls/user : Makefile.in dlls/shell32 : Makefile.in dlls/ntdll : Makefile.in dlls/kernel : Makefile.in dlls/gdi : Makefile.in dlls : Maketest.rules.in Makedll.rules.in . : Make.rules.in
Log message: Moved DLLFLAGS to a separate variable instead of including it in DEFS.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9495
Old revision New revision Changes Path 1.34 1.35 +5 -4 wine/programs/avitools/Makefile.in 1.29 1.30 +3 -2 wine/programs/Makeprog.rules.in 1.3 1.4 +2 -1 wine/libs/uuid/Makefile.in 1.6 1.7 +2 -1 wine/libs/port/Makefile.in 1.2 1.3 +2 -1 wine/libs/Makelib.rules.in 1.105 1.106 +1 -1 wine/include/Makefile.in 1.71 1.72 +3 -3 wine/dlls/user/Makefile.in 1.70 1.71 +1 -1 wine/dlls/shell32/Makefile.in 1.86 1.87 +1 -1 wine/dlls/ntdll/Makefile.in 1.89 1.90 +2 -2 wine/dlls/kernel/Makefile.in 1.53 1.54 +1 -1 wine/dlls/gdi/Makefile.in 1.26 1.27 +3 -2 wine/dlls/Maketest.rules.in 1.57 1.58 +3 -2 wine/dlls/Makedll.rules.in 1.160 1.161 +2 -1 wine/Make.rules.in