ChangeSet ID: 13390 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/08/18 20:20:45 Modified files: tools/winegcc : winegcc.c dlls/ntdll : file.c Makefile.in dlls/kernel : Makefile.in . : configure.ac configure Log message: Emmanuel Maillard <e.rsz(a)libertysurf.fr> - Update build system to support IOKit and CoreFoundation frameworks on Darwin. - Add support for the -framework "name" linker option. - NtQueryVolumeInformationFile set device info on Darwin. Patch: http://cvs.winehq.org/patch.py?id=13390 Old revision New revision Changes Path 1.28 1.29 +7 -1 wine/tools/winegcc/winegcc.c 1.63 1.64 +62 -0 wine/dlls/ntdll/file.c 1.96 1.97 +1 -1 wine/dlls/ntdll/Makefile.in 1.114 1.115 +1 -1 wine/dlls/kernel/Makefile.in 1.300 1.301 +5 -0 wine/configure.ac 1.589 1.590 +8 -1 wine/configure