mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
c774a8d401
Following thed7d3a1c66e, this adds bison flag -Wall also to Windows build system. Flag has been added via2127a37b83.
6 lines
417 B
Makefile
6 lines
417 B
Makefile
ext\json\json_scanner.c ext\json\php_json_scanner_defs.h: ext\json\json_scanner.re ext\json\json_parser.tab.h
|
|
$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
|
|
|
|
ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y
|
|
$(BISON) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|