]> granicus.if.org Git - php/commitdiff
- define the php*.lib/dll names
authorPierre Joye <pajoye@php.net>
Fri, 7 Jan 2011 15:51:36 +0000 (15:51 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 7 Jan 2011 15:51:36 +0000 (15:51 +0000)
win32/build/config.w32.h.in
win32/build/confutils.js

index 27f1140ab1e65ac3f10445ad4f8ca8662087f10a..9d885667f0abe12ee77ecbe603827977deb7d96e 100644 (file)
@@ -6,7 +6,7 @@
 /* Define the minimum supported version */
 #undef _WIN32_WINNT
 #undef NTDDI_VERSION
-#define _WIN32_WINNT 0x500
+#define _WIN32_WINNT 0x502
 #define NTDDI_VERSION  _WIN32_WIN2K
 
 /* Default PHP / PEAR directories */
index 55dbfc2a665cecb50281cd5abdd1c131af453d31..4cf61beb80668bf796694ee6ef41e85df2a0cf52 100644 (file)
@@ -1702,16 +1702,10 @@ function generate_phpize()
        /* Generate flags file */\r
        /* spit out variable definitions */\r
        CJ = FSO.CreateTextFile(dest + "/config.phpize.js");\r
-/*\r
-       function escape(in) {\r
-               val = t.replace(new RegExp('("\\\\)', "g"), '\\$1');\r
-       }\r
-*/\r
-       //if (typeof t == "string") {\r
-       \r
-       CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');\r
-       CJ.WriteLine("var PHP_LIB =" + '"' + get_define('PHPLIB') + '"');\r
 \r
+       CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');\r
+       CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"');\r
+       CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"');\r
        CJ.WriteBlankLines(1);\r
        CJ.Close();\r
 }\r