From 3083a9fe902f156f5f6cc16ebdefb845d549f5b1 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Thu, 15 Sep 2005 15:50:50 +0000 Subject: [PATCH] Removed the -xmlout from swig. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7447 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/php4/shadow/BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/php4/shadow/BUILD.sh b/Examples/php4/shadow/BUILD.sh index ee6be4b4b..6d08c3b23 100755 --- a/Examples/php4/shadow/BUILD.sh +++ b/Examples/php4/shadow/BUILD.sh @@ -1,5 +1,5 @@ #! /bin/sh -e -${SWIG:=swig} -xmlout e.xml -php4 -make -c++ -withcxx example.cxx example.i +${SWIG:=swig} -php4 -make -c++ -withcxx example.cxx example.i make php -d extension_dir=. runme.php4