Handle end of line as a syntactic element in the spec file parser;
authorAlexandre Julliard <julliard@winehq.org>
Tue, 18 Mar 2003 05:30:54 +0000 (05:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Mar 2003 05:30:54 +0000 (05:30 +0000)
commit49edd1965004e9ca1124f638152c4eece3a29f3a
tree9bea1b8e8dd8ea6b3e016bc7b495f16702493c12
parentce6134933448c43cfb847172bb1bfdbd986959c0
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.
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/spec16.c
tools/winebuild/spec32.c
tools/winebuild/utils.c
tools/winebuild/winebuild.man.in