From: Mattia Barbon Date: Thu, 23 Jan 2003 20:30:40 +0000 (+0000) Subject: Clearly indicate that DialogEd requires wxr to compile. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f667cbcb2c601c5a3ce47a829a8bdc9aa68053d 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 --- diff --git a/utils/dialoged/src/dialoged.cpp b/utils/dialoged/src/dialoged.cpp index 3485d5dae5..3b208d17cd 100644 --- a/utils/dialoged/src/dialoged.cpp +++ b/utils/dialoged/src/dialoged.cpp @@ -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)