Clearly indicate that DialogEd requires wxr to compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-01-23 20:30:40 +00:00
parent a663cce7f9
commit 9f667cbcb2

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)