Skip to content

Commit 7ab99ed

Browse files
committed
manifest for the main php dll needs to be copied manually
1 parent 66d57be commit 7ab99ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ $(PHPDLL_RES): win32\build\template.rc
8989
win32\build\template.rc
9090

9191
$(BUILD_DIR)\$(PHPDLL): generated_files $(PHPDEF) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(PHPDLL_RES) $(MCFILE)
92+
@copy win32\build\default.manifest $(BUILD_DIR)\$(PHPDLL).manifest
9293
# @$(CC) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) /link /out:$(BUILD_DIR)\$(PHPDLL) $(PHP7_PGD_OPTION) $(PHP_LDFLAGS) $(LDFLAGS) $(STATIC_EXT_LDFLAGS)
9394
@"$(LINK)" $(PHP_GLOBAL_OBJS_RESP) $(STATIC_EXT_OBJS_RESP) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) /out:$(BUILD_DIR)\$(PHPDLL) $(PHP7_PGD_OPTION) $(PHP_LDFLAGS) $(LDFLAGS) $(STATIC_EXT_LDFLAGS)
9495
-@$(_VC_MANIFEST_EMBED_DLL)

0 commit comments

Comments
 (0)