mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
14 lines
625 B
Makefile
14 lines
625 B
Makefile
ext\standard\var_unserializer.c: ext\standard\var_unserializer.re
|
|
cd $(PHP_SRC_DIR)
|
|
$(RE2C) $(RE2C_FLAGS) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
|
|
|
|
ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re
|
|
cd $(PHP_SRC_DIR)
|
|
$(RE2C) $(RE2C_FLAGS) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
|
|
|
|
$(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h
|
|
|
|
$(PHP_SRC_DIR)\ext\standard\tests\helpers\bad_cmd.exe: $(PHP_SRC_DIR)\ext\standard\tests\helpers\bad_cmd.c
|
|
cd $(PHP_SRC_DIR)\ext\standard\tests\helpers
|
|
$(PHP_CL) /nologo bad_cmd.c
|