mirror of
https://github.com/php/php-src.git
synced 2025-01-02 00:44:30 +08:00
046b1769c1
[DOC] install.windows.building.php currently reads like "e.g. cscript /nologo win32/build/buildconf.js --add-modules-dir=../php-gtk2 [...]" that might be changed to "buildconf.bat --add-modules-dir=../php-gtk2 [...]"
3 lines
54 B
Batchfile
3 lines
54 B
Batchfile
@echo off
|
|
cscript /nologo win32\build\buildconf.js %*
|