From 8a9c2c396edf2a5dd24b9607544b94ee77c542dc Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 1 Feb 2006 21:28:16 +0000 Subject: [PATCH] add generated swigwarn.swg to windows distribution git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8670 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Tools/mkwindows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/mkwindows.sh b/Tools/mkwindows.sh index 61af58017..98f6c0aa2 100644 --- a/Tools/mkwindows.sh +++ b/Tools/mkwindows.sh @@ -47,6 +47,7 @@ if test -f "$tarball"; then echo "Creating $swigwinbasename.zip..." cd .. cp $swigbasename/swig.exe $swigwinbasename + cp $swigbasename/Lib/swigwarn.swg $swigwinbasename/Lib sleep 2 # fix strange not finding swig.exe echo "Unzip into a directory of your choice. Please read the README file as well as Doc\Manual\Windows.html for installation instructions." > swig_windows_zip_comments.txt rm -f ../$swigwinbasename.zip