diff --git a/php/BuildPhp/config/vs17/x64/config.nts.bat b/php/BuildPhp/config/vs17/x64/config.nts.bat index e5d59ea..6905470 100644 --- a/php/BuildPhp/config/vs17/x64/config.nts.bat +++ b/php/BuildPhp/config/vs17/x64/config.nts.bat @@ -1 +1 @@ -cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" %* \ No newline at end of file +cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" "--with-config-file-scan-dir=config.d" %* \ No newline at end of file diff --git a/php/BuildPhp/config/vs17/x64/config.ts.bat b/php/BuildPhp/config/vs17/x64/config.ts.bat index 4ee205a..39d4caa 100644 --- a/php/BuildPhp/config/vs17/x64/config.ts.bat +++ b/php/BuildPhp/config/vs17/x64/config.ts.bat @@ -1 +1 @@ -cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" %* \ No newline at end of file +cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" "--with-config-file-scan-dir=config.d" %* \ No newline at end of file diff --git a/php/BuildPhp/config/vs17/x86/config.nts.bat b/php/BuildPhp/config/vs17/x86/config.nts.bat index e5d59ea..6905470 100644 --- a/php/BuildPhp/config/vs17/x86/config.nts.bat +++ b/php/BuildPhp/config/vs17/x86/config.nts.bat @@ -1 +1 @@ -cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" %* \ No newline at end of file +cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" "--with-config-file-scan-dir=config.d" %* \ No newline at end of file diff --git a/php/BuildPhp/config/vs17/x86/config.ts.bat b/php/BuildPhp/config/vs17/x86/config.ts.bat index 4ee205a..39d4caa 100644 --- a/php/BuildPhp/config/vs17/x86/config.ts.bat +++ b/php/BuildPhp/config/vs17/x86/config.ts.bat @@ -1 +1 @@ -cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" %* \ No newline at end of file +cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--enable-pgi" "--with-config-file-scan-dir=config.d" %* \ No newline at end of file