Commit a2a82792 authored by Alexandre Julliard's avatar Alexandre Julliard

winhelp: Specify the lex options directly in the source file.

parent c58614fd
......@@ -23,6 +23,6 @@ RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
@LEX_OUTPUT_ROOT@.c: macro.lex.l
$(LEX) -8 -i $(SRCDIR)/macro.lex.l
$(LEX) $(SRCDIR)/macro.lex.l
### Dependencies:
......@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
%}
%option nounput
%option nounput interactive 8bit
%x quote
%{
#include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment