We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c3691 commit e2f1586Copy full SHA for e2f1586
win32/build/Makefile
@@ -237,6 +237,7 @@ build-devel: build-headers build-lib
237
@if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
238
@if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
239
@copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
240
+ @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
241
@copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
242
@copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
243
@copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
0 commit comments