ChangeSet ID: 17323 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/06 10:54:42
Modified files: tools/winebuild: winebuild.man.in utils.c main.c import.c build.h programs : Makeprog.rules.in dlls : Makedll.rules.in
Log message: Added support in winebuild for specifying import libraries directly on the command line without the -l option. Changed the -d option to only mark the library as delayed, the actual loading is now done separately.
Patch: http://cvs.winehq.org/patch.py?id=17323
Old revision New revision Changes Path 1.30 1.31 +6 -5 wine/tools/winebuild/winebuild.man.in 1.22 1.23 +7 -0 wine/tools/winebuild/utils.c 1.61 1.62 +19 -2 wine/tools/winebuild/main.c 1.72 1.73 +98 -35 wine/tools/winebuild/import.c 1.56 1.57 +3 -1 wine/tools/winebuild/build.h 1.38 1.39 +4 -4 wine/programs/Makeprog.rules.in 1.71 1.72 +8 -7 wine/dlls/Makedll.rules.in