From 8125f3ce2a540d45adbc48ef73d0c349cf36ef22 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Nahan <814683+macintoshplus@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:30:13 +0100 Subject: [PATCH] add option "--with-config-file-scan-dir=config.d" --- php/BuildPhp/config/vs17/x64/config.nts.bat | 2 +- php/BuildPhp/config/vs17/x64/config.ts.bat | 2 +- php/BuildPhp/config/vs17/x86/config.nts.bat | 2 +- php/BuildPhp/config/vs17/x86/config.ts.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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