We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbdf22 commit bc0a86bCopy full SHA for bc0a86b
config.w32
@@ -5,6 +5,10 @@ ARG_ENABLE("spx-dev", "Compile SPX with debugging symbols", "no");
5
if (PHP_SPX == "yes") {
6
AC_DEFINE("HAVE_SPX", 1, "spx");
7
8
+ base_dir = get_define('BUILD_DIR');
9
+ WScript.Echo("Creating " + base_dir + "\\src" + "...");
10
+ FSO.CreateFolder(base_dir+"\\src");
11
+
12
ADD_FLAG("CFLAGS", "/Ox /Wall /W2 /wd4820 /wd4774 /wd4711 /wd4710 /wd4464 /wd4005");
13
14
if (PHP_SPX_DEV == "yes") {
0 commit comments