]> git.saurik.com Git - wxWidgets.git/commitdiff
Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows,
authorJulian Smart <julian@anthemion.co.uk>
Fri, 25 Jan 2002 14:38:45 +0000 (14:38 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 25 Jan 2002 14:38:45 +0000 (14:38 +0000)
complains on Unix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/setup.h [new file with mode: 0644]

diff --git a/include/wx/setup.h b/include/wx/setup.h
new file mode 100644 (file)
index 0000000..8c95388
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * wx/setup.h
+ *
+ * This file should not normally be used, except where makefiles
+ * have not yet been adjusted to take into account of the new scheme
+ * whereby a setup.h is created under the lib directory.
+ */
+
+#ifdef __WXMSW__
+#include "wx/msw/setup.h"
+#else
+#error Please adjust your include path to pick up the wx/setup.h file under lib first.
+#endif
+