+# File: makeall.sh
+# Purpose: create wxWindows makefiles for all compilers
+# Author: Michael Bedward
+# Created: 29 Aug 1999
+# Copyright: (c) 1999 Michael Bedward
+# Version: $Id$
+#
+# This creates the makefiles for all compilers from the templates using
+# tmake. The tmake executable should be in the path.
+
+# Assume we are in distrib/msw/tmake
+#
+topdir="../../.."
+mswdir="$topdir/src/msw"