File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -943,10 +943,10 @@ function generate_version_info_manifest(makefiletarget)
943
943
944
944
if ( MODE_PHPIZE ) {
945
945
MFO . WriteLine ( "$(BUILD_DIR)\\" + manifest_name + ": " + PHP_DIR + "\\build\\default.manifest" ) ;
946
- MFO . WriteLine ( "\t@copy " + PHP_DIR + "\\build\\default.manifest $(BUILD_DIR)\\" + makefiletarget + ".manifest" ) ;
946
+ MFO . WriteLine ( "\t@copy " + PHP_DIR + "\\build\\default.manifest $(BUILD_DIR)\\" + makefiletarget + ".manifest >nul " ) ;
947
947
} else {
948
948
MFO . WriteLine ( "$(BUILD_DIR)\\" + manifest_name + ": win32\\build\\default.manifest" ) ;
949
- MFO . WriteLine ( "\t@copy $(PHP_SRC_DIR)\\win32\\build\\default.manifest $(BUILD_DIR)\\" + makefiletarget + ".manifest" ) ;
949
+ MFO . WriteLine ( "\t@copy $(PHP_SRC_DIR)\\win32\\build\\default.manifest $(BUILD_DIR)\\" + makefiletarget + ".manifest >nul " ) ;
950
950
}
951
951
952
952
return manifest_name ;
You can’t perform that action at this time.
0 commit comments