ChangeSet ID: 7492
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/17 23:30:54
Modified files:
tools/winebuild: winebuild.man.in utils.c spec32.c spec16.c
parser.c main.c import.c build.h
Log message:
Handle end of line as a syntactic element in the spec file parser;
backslashes can be used to continue lines. This allows us to skip over
errors to continue parsing, and also to make specification of an entry
point link name optional.
Patch: http://cvs.winehq.com/patch.py?id=7492
Old revision New revision Changes Path
1.13 1.14 +25 -16 wine/tools/winebuild/winebuild.man.in
1.14 1.15 +16 -0 wine/tools/winebuild/utils.c
1.61 1.62 +4 -1 wine/tools/winebuild/spec32.c
1.38 1.39 +9 -3 wine/tools/winebuild/spec16.c
1.42 1.43 +233 -92 wine/tools/winebuild/parser.c
1.44 1.45 +4 -2 wine/tools/winebuild/main.c
1.46 1.47 +40 -9 wine/tools/winebuild/import.c
1.40 1.41 +4 -2 wine/tools/winebuild/build.h