File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
ext\json\json_scanner.c: ext\json\json_scanner.re
3
- $(RE2C) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
3
+ $(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
4
4
5
5
ext\json\json_parser.tab.c: ext\json\json_parser.y
6
6
$(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
Original file line number Diff line number Diff line change 1
1
2
2
ext\pdo\pdo_sql_parser.c: ext\pdo\pdo_sql_parser.re
3
3
cd $(PHP_SRC_DIR)
4
- $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
4
+ $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
5
5
Original file line number Diff line number Diff line change 1
1
2
2
ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
3
3
cd $(PHP_SRC_DIR)
4
- $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
4
+ $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
5
5
Original file line number Diff line number Diff line change 1
1
2
2
ext\standard\var_unserializer.c: ext\standard\var_unserializer.re
3
3
cd $(PHP_SRC_DIR)
4
- $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
4
+ $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
5
5
6
6
ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re
7
7
cd $(PHP_SRC_DIR)
8
- $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
8
+ $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
9
9
10
10
$(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
11
11
You can’t perform that action at this time.
0 commit comments