removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -33548,12 +33548,7 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
else
|
fi
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define wxUSE_NOGUI 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if test "$wxUSE_UNIX" = "yes"; then
|
if test "$wxUSE_UNIX" = "yes"; then
|
||||||
|
@@ -4509,8 +4509,6 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
dnl need the dcs, pens, brushes, ...), this just can't be done now
|
dnl need the dcs, pens, brushes, ...), this just can't be done now
|
||||||
dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
|
dnl 4. menu stuff: wxMenu, wxMenuBar, wxMenuItem
|
||||||
dnl 5. misc stuff: timers, settings, message box
|
dnl 5. misc stuff: timers, settings, message box
|
||||||
else
|
|
||||||
AC_DEFINE(wxUSE_NOGUI)
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
@@ -612,11 +612,6 @@
|
|||||||
*/
|
*/
|
||||||
#define wxUSE_OPENGL 0
|
#define wxUSE_OPENGL 0
|
||||||
|
|
||||||
/*
|
|
||||||
* Don't use GUI (defined to 1 when compiling/using base only)
|
|
||||||
*/
|
|
||||||
#define wxUSE_NOGUI 0
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set to 1 to compile MS Windows XP theme engine support
|
* Set to 1 to compile MS Windows XP theme engine support
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user