setup.h regeration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,12 +121,7 @@
|
|||||||
// Default is 1
|
// Default is 1
|
||||||
//
|
//
|
||||||
// Recommended setting: 1 if your compiler supports it.
|
// Recommended setting: 1 if your compiler supports it.
|
||||||
#if defined(_MSC_VER) || \
|
#define wxUSE_ON_FATAL_EXCEPTION 1
|
||||||
(defined(__BORLANDC__) && __BORLANDC__ >= 0x0550)
|
|
||||||
#define wxUSE_ON_FATAL_EXCEPTION 1
|
|
||||||
#else
|
|
||||||
#define wxUSE_ON_FATAL_EXCEPTION 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Set this to 1 to be able to generate a human-readable (unlike
|
// Set this to 1 to be able to generate a human-readable (unlike
|
||||||
// machine-readable minidumop created by wxCrashReport::Generate()) stack back
|
// machine-readable minidumop created by wxCrashReport::Generate()) stack back
|
||||||
@@ -490,6 +485,13 @@
|
|||||||
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
|
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
|
||||||
#define wxUSE_DIRECTSHOW 0
|
#define wxUSE_DIRECTSHOW 0
|
||||||
|
|
||||||
|
// Use GStreamer for Unix (req a lot of dependancies)
|
||||||
|
//
|
||||||
|
// Default is 0
|
||||||
|
//
|
||||||
|
// Recommended setting: 1 (wxMediaCtrl won't work by default without it)
|
||||||
|
#define wxUSE_GSTREAMER 0
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -120,12 +120,7 @@
|
|||||||
// Default is 1
|
// Default is 1
|
||||||
//
|
//
|
||||||
// Recommended setting: 1 if your compiler supports it.
|
// Recommended setting: 1 if your compiler supports it.
|
||||||
#if defined(_MSC_VER) || \
|
#define wxUSE_ON_FATAL_EXCEPTION 1
|
||||||
(defined(__BORLANDC__) && __BORLANDC__ >= 0x0550)
|
|
||||||
#define wxUSE_ON_FATAL_EXCEPTION 1
|
|
||||||
#else
|
|
||||||
#define wxUSE_ON_FATAL_EXCEPTION 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Set this to 1 to be able to generate a human-readable (unlike
|
// Set this to 1 to be able to generate a human-readable (unlike
|
||||||
// machine-readable minidumop created by wxCrashReport::Generate()) stack back
|
// machine-readable minidumop created by wxCrashReport::Generate()) stack back
|
||||||
@@ -489,6 +484,13 @@
|
|||||||
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
|
// Recommended setting: 1 if the DirectX 7 SDK is installed (highly recommended), else 0
|
||||||
#define wxUSE_DIRECTSHOW 0
|
#define wxUSE_DIRECTSHOW 0
|
||||||
|
|
||||||
|
// Use GStreamer for Unix (req a lot of dependancies)
|
||||||
|
//
|
||||||
|
// Default is 0
|
||||||
|
//
|
||||||
|
// Recommended setting: 1 (wxMediaCtrl won't work by default without it)
|
||||||
|
#define wxUSE_GSTREAMER 0
|
||||||
|
|
||||||
// Use wxWidget's XRC XML-based resource system. Recommended.
|
// Use wxWidget's XRC XML-based resource system. Recommended.
|
||||||
//
|
//
|
||||||
// Default is 1
|
// Default is 1
|
||||||
|
@@ -276,6 +276,8 @@
|
|||||||
|
|
||||||
#define wxUSE_DIRECTSHOW 0
|
#define wxUSE_DIRECTSHOW 0
|
||||||
|
|
||||||
|
#define wxUSE_GSTREAMER 0
|
||||||
|
|
||||||
#define wxUSE_XRC 0
|
#define wxUSE_XRC 0
|
||||||
|
|
||||||
#if wxUSE_XRC
|
#if wxUSE_XRC
|
||||||
|
Reference in New Issue
Block a user