From: Anatol Belski Date: Wed, 4 Jan 2017 02:31:09 +0000 (+0100) Subject: improve nmake fragment X-Git-Tag: php-7.2.0alpha1~658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9961182bc2f8b290e2b3c4a67a6a5685b09233f;p=php improve nmake fragment --- diff --git a/ext/standard/Makefile.frag.w32 b/ext/standard/Makefile.frag.w32 index d65b7daf5c..c4927f5545 100644 --- a/ext/standard/Makefile.frag.w32 +++ b/ext/standard/Makefile.frag.w32 @@ -1,7 +1,11 @@ -ext\standard\var_unserializer.c: ext\standard\var_unserializer.re +$(PHP_SRC_DIR)\ext\standard\var_unserializer.c: $(PHP_SRC_DIR)\ext\standard\var_unserializer.re + cd $(PHP_SRC_DIR) $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re -ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re +$(PHP_SRC_DIR)\ext\standard\url_scanner_ex.c: $(PHP_SRC_DIR)\ext\standard\url_scanner_ex.re + cd $(PHP_SRC_DIR) $(RE2C) --no-generation-date -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 +