moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it's needed for configure builds too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1039,6 +1039,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -1038,6 +1038,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -1038,6 +1038,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
@@ -1192,15 +1202,6 @@
|
||||
#define wxUSE_UNICODE_MSLU 0
|
||||
#endif
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
// Set this to 1 if you want to use wxWidgets and MFC in the same program. This
|
||||
// will override some other settings (see below)
|
||||
//
|
||||
|
@@ -1038,6 +1038,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -1038,6 +1038,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -1038,6 +1038,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -1034,6 +1034,16 @@
|
||||
#define wxUSE_HELP 1
|
||||
// 0 for no help facility
|
||||
|
||||
// Should we use MS HTML help for wxHelpController? If disabled, neither
|
||||
// wxCHMHelpController nor wxBestHelpController are available.
|
||||
//
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1, only set to 0 if you have trouble compiling
|
||||
// wxCHMHelpController (could be a problem with really ancient compilers)
|
||||
#define wxUSE_MS_HTML_HELP 1
|
||||
|
||||
|
||||
// Use wxHTML-based help controller?
|
||||
#define wxUSE_WXHTML_HELP 1
|
||||
|
||||
|
@@ -460,8 +460,10 @@
|
||||
|
||||
#define wxUSE_HELP 0
|
||||
|
||||
|
||||
#define wxUSE_MS_HTML_HELP 0
|
||||
|
||||
|
||||
#define wxUSE_WXHTML_HELP 0
|
||||
|
||||
#define wxUSE_RESOURCES 0
|
||||
|
Reference in New Issue
Block a user