Skip to content

Commit e2f1586

Browse files
committed
Add gen_stub.php to devel pack
1 parent 33c3691 commit e2f1586

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
@@ -237,6 +237,7 @@ build-devel: build-headers build-lib
237237
@if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
238238
@if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
239239
@copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
240+
@copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
240241
@copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
241242
@copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
242243
@copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul

0 commit comments

Comments
 (0)