Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jun 2, 2024
1 parent e0c4baa commit 4827a9e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sapi/quickstart/windows/native-build/native-build-php-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ echo ^@echo DEPS_CLI: $(DEPS_CLI) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo CLI_GLOBAL_OBJ: $(CLI_GLOBAL_OBJS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo PHP_GLOBAL_OBJS: $(PHP_GLOBAL_OBJS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo STATIC_EXT_OBJS: $(STATIC_EXT_OBJS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo ASM_OBJS: $(ASM_OBJS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo STATIC_EXT_LIBS: $(STATIC_EXT_LIBS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo STATIC_EXT_LDFLAGS: $(STATIC_EXT_LDFLAGS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo STATIC_EXT_CFLAGS: $(STATIC_EXT_CFLAGS) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo BUILD_DIR\PHPLIB: $(BUILD_DIR)\$(PHPLIB) >> %x_makefile%
echo ^@echo ================== >> %x_makefile%
echo ^@echo CLI_GLOBAL_OBJS_RESP: $(CLI_GLOBAL_OBJS_RESP) >> %x_makefile%
Expand Down

0 comments on commit 4827a9e

Please sign in to comment.