]> granicus.if.org Git - php/commitdiff
Forgot to add embed config.w32, and tweak version resource when CREDITS file is missing.
authorWez Furlong <wez@php.net>
Fri, 19 Dec 2003 23:19:19 +0000 (23:19 +0000)
committerWez Furlong <wez@php.net>
Fri, 19 Dec 2003 23:19:19 +0000 (23:19 +0000)
sapi/embed/config.w32 [new file with mode: 0644]
win32/build/confutils.js

diff --git a/sapi/embed/config.w32 b/sapi/embed/config.w32
new file mode 100644 (file)
index 0000000..8ea0781
--- /dev/null
@@ -0,0 +1,8 @@
+// vim:ft=javascript
+// $Id$
+
+ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
+
+if (PHP_EMBED != "no") {
+       SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
+}
index 15310f91b8e59b1db7ce1ba123b8a76b98ba9e18..7cb4f2ec93c92c506ca159d166820157e0ed0d2c 100644 (file)
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.22 2003-12-19 20:39:02 wez Exp $
+// $Id: confutils.js,v 1.23 2003-12-19 23:19:18 wez Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
@@ -541,7 +541,7 @@ function generate_version_info_resource(makefiletarget, creditspath)
        var res_desc = "PHP " + makefiletarget;
        var res_prod_name = res_desc;
        var credits;
-       var thanks = null;
+       var thanks = "";
        var logo = "";
 
        if (FSO.FileExists(creditspath + '/CREDITS')) {