Skip to content

Commit bc0a86b

Browse files
author
NoiseByNorthwest
committed
test
1 parent 0cbdf22 commit bc0a86b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.w32

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ ARG_ENABLE("spx-dev", "Compile SPX with debugging symbols", "no");
55
if (PHP_SPX == "yes") {
66
AC_DEFINE("HAVE_SPX", 1, "spx");
77

8+
base_dir = get_define('BUILD_DIR');
9+
WScript.Echo("Creating " + base_dir + "\\src" + "...");
10+
FSO.CreateFolder(base_dir+"\\src");
11+
812
ADD_FLAG("CFLAGS", "/Ox /Wall /W2 /wd4820 /wd4774 /wd4711 /wd4710 /wd4464 /wd4005");
913

1014
if (PHP_SPX_DEV == "yes") {

0 commit comments

Comments
 (0)