From: Anatol Belski Date: Thu, 24 Apr 2014 11:15:16 +0000 (+0200) Subject: fix CFLAGS_PHPDBGS and some formatting X-Git-Tag: php-5.6.0beta2~1^2~21^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4350c894285449ff4b6ba9c26d60988b1a22cadf;p=php fix CFLAGS_PHPDBGS and some formatting --- diff --git a/config.w32 b/config.w32 index 33a7b46d4f..509870b6ea 100644 --- a/config.w32 +++ b/config.w32 @@ -6,8 +6,8 @@ PHPDBG_DLL='php' + PHP_VERSION + 'phpdbg.dll'; PHPDBG_EXE='phpdbg.exe'; if (PHP_PHPDBG == "yes") { - SAPI('phpdbg', PHPDBG_SOURCES, PHPDBG_EXE); - ADD_FLAG("LIBS_PHPDBG", "ws2_32.lib user32.lib"); + SAPI('phpdbg', PHPDBG_SOURCES, PHPDBG_EXE); + ADD_FLAG("LIBS_PHPDBG", "ws2_32.lib user32.lib"); DEFINE("CFLAGS", configure_subst.item("CFLAGS") + " /EHa"); ADD_FLAG("CFLAGS_PHPDBG", "/D YY_NO_UNISTD_H"); } @@ -16,5 +16,6 @@ if (PHP_PHPDBGS == "yes") { SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS /I win32'); ADD_FLAG("LIBS_PHPDBGS", "ws2_32.lib user32.lib"); DEFINE("CFLAGS", configure_subst.item("CFLAGS") + " /EHa"); - ADD_FLAG("CFLAGS_PHPDBG", "/D YY_NO_UNISTD_H"); + ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H"); } +