Clearly indicate that DialogEd requires wxr to compile. (backport)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-01-23 20:32:24 +00:00
parent 6db8abb44c
commit f6b4e6c9a7

View File

@@ -28,6 +28,9 @@
#if !wxUSE_PROPSHEET
#error Please set wxUSE_PROPSHEET to 1 in setup.h.
#endif
#if !wxUSE_RESOURCES
#error Please set wxUSE_RESOURCES to 1 in setup.h.
#endif
IMPLEMENT_APP(MyApp)