PHP源代码在windows上构建:文件:没有这样的文件或目录

PHP源代码在windows上构建:文件:没有这样的文件或目录,php,nmake,Php,Nmake,在上下载教程。在PHP7中执行此操作时,我一直使用nmake命令 当我运行nmake时,会出现以下错误 "" -h win32\ -r C:\php-sdk\phpdev\vc14\x86\php-src\Release_TS\ -x C:\php -sdk\phpdev\vc14\x86\php-src\Release_TS\ win32\build\wsyslog.mc '-h' is not recognized as an internal or external command

在上下载教程。在PHP7中执行此操作时,我一直使用nmake命令

当我运行nmake时,会出现以下错误

    "" -h win32\ -r C:\php-sdk\phpdev\vc14\x86\php-src\Release_TS\ -x C:\php
-sdk\phpdev\vc14\x86\php-src\Release_TS\ win32\build\wsyslog.mc
'-h' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '"' : return code '0x1'

Release\u TS文件夹有一个win32文件夹,但它是空的。源是否应该在其中包含某些内容?

必须使用特定的命令提示符

Visual Studio 2015->VS2015 x64 x86交叉工具命令提示符。 您必须为构建php的对象(x86/x64)找到合适的组合,并在其上构建(x86/x64)