File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ really-install:
242
242
@if not exist $(PHP_PREFIX ) mkdir $(PHP_PREFIX )
243
243
@if not exist $(PHP_PREFIX ) \e xt mkdir $(PHP_PREFIX ) \e xt
244
244
@echo Installing files under $(PHP_PREFIX )
245
- @copy $(BUILD_DIR ) \* .exe $(PHP_PREFIX ) /y > nul
246
- @copy $(BUILD_DIR ) \p hp_ * .dll $( PHP_PREFIX ) \e xt /y > nul
247
- dir /b $(BUILD_DIR ) \p hp_* .dll > $(BUILD_DIR ) \e xtension_dlls.txt
245
+ @if exist $( BUILD_DIR ) \* .exe copy $(BUILD_DIR ) \* .exe $(PHP_PREFIX ) /y > nul
246
+ @touch $(BUILD_DIR ) \e xtension_dlls.txt
247
+ @if exist $( BUILD_DIR ) \p hp_ * .dll copy $( BUILD_DIR ) \p hp_ * .dll $( PHP_PREFIX ) \e xt /y > nul & dir /b $(BUILD_DIR ) \p hp_* .dll > $(BUILD_DIR ) \e xtension_dlls.txt
248
248
@xcopy $(BUILD_DIR ) \* .dll /exclude:$(BUILD_DIR ) \e xtension_dlls.txt $(PHP_PREFIX ) /y > nul
249
249
@echo Registering event source with syslog (requires admin rights)
250
250
@echo It' s okay for this step to fail:
You can’t perform that action at this time.
0 commit comments