File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ build-dist: $(BUILD_DIR)\deplister.exe
186
186
-del /f /q $(BUILD_DIR ) \p hp-$(PHP_VERSION_STRING )$(PHP_ZTS_ARCHIVE_POSTFIX ) -Win32-$(PHP_COMPILER_SHORT ) -$(PHP_ARCHITECTURE ) .zip
187
187
-del /f /q $(BUILD_DIR ) \p hp-debug-pack-$(PHP_VERSION_STRING )$(PHP_ZTS_ARCHIVE_POSTFIX ) -Win32-$(PHP_COMPILER_SHORT ) -$(PHP_ARCHITECTURE ) .zip
188
188
-del /f /q $(BUILD_DIR ) \p ecl-$(PHP_VERSION_STRING )$(PHP_ZTS_ARCHIVE_POSTFIX ) -Win32-$(PHP_COMPILER_SHORT ) -$(PHP_ARCHITECTURE ) .zip
189
- % PHP_SDK_PHP_CMD% -d date.timezone=UTC -n -dphar.readonly=0 win32/build/mkdist.php " $( BUILD_DIR) " " $( PHP_BUILD) " " $( PHPDLL) " " $( SAPI_TARGETS) " " $( EXT_TARGETS) $( PHP_EXTRA_DIST_FILES) " " $( PECL_TARGETS) $( PECL_EXTRA_DIST_FILES) " " $( SNAPSHOT_TEMPLATE) "
189
+ $( PHP_SDK_PHP_CMD ) -d date.timezone=UTC -n -dphar.readonly=0 win32/build/mkdist.php " $( BUILD_DIR) " " $( PHP_BUILD) " " $( PHPDLL) " " $( SAPI_TARGETS) " " $( EXT_TARGETS) $( PHP_EXTRA_DIST_FILES) " " $( PECL_TARGETS) $( PECL_EXTRA_DIST_FILES) " " $( SNAPSHOT_TEMPLATE) "
190
190
cd $(BUILD_DIR ) \p hp-$(PHP_VERSION_STRING )
191
191
-$(ZIP ) -9 -q -r ..\p hp-$(PHP_VERSION_STRING )$(PHP_ZTS_ARCHIVE_POSTFIX ) -Win32-$(PHP_COMPILER_SHORT ) -$(PHP_ARCHITECTURE ) .zip .
192
192
cd $(BUILD_DIR ) \p ecl-$(PHP_VERSION_STRING )
You can’t perform that action at this time.
0 commit comments