From: Jouk Jansen Date: Tue, 10 Feb 2004 14:57:37 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9cc454c05139936815967cd56d6ac171bf069c27 Committing in . Updating OpenVMS compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/descrip.mms b/descrip.mms index d87220b82d..6af4c9f7e3 100644 --- a/descrip.mms +++ b/descrip.mms @@ -76,8 +76,6 @@ gtk : [.include.wx]setup.h $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1) set default [-.richedit] $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1) - set default [--.utils.dialoged.src] - $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1) set default [--] univ : [.include.wx]setup.h @@ -130,8 +128,6 @@ univ : [.include.wx]setup.h # set default [-.minimal] # $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1,__WXUNIVERSAL__=1) # set default [-.richedit] -# $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1,__WXUNIVERSAL__=1) -# set default [--.utils.dialoged.src] # $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1,__WXUNIVERSAL__=1) set default [--] @@ -168,8 +164,6 @@ motif : [.include.wx]setup.h $(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1) set default [-.minimal] $(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1) - set default [--.utils.dialoged.src] - $(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1) set default [--] [.include.wx]setup.h : setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 98f790c62f..0d5b24df32 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -206,6 +206,10 @@ * Use libtiff */ #define wxUSE_LIBTIFF 1 +/* + * Use SDL for audio (Unix) + */ +#define wxUSE_LIBSDL 0 /* * Use iODBC */ @@ -942,6 +946,11 @@ */ #define wxUSE_ICO_CUR 1 +/* + * Set to 1 if for dynamically loadable plugins support + */ +#define wxUSE_PLUGINS 1 + /* * Disable this if your compiler can't cope * with omission of prototype parameters. @@ -1193,6 +1202,9 @@ /* Define if you have the header file. */ /* #undef HAVE_ESD_H */ +/* Define if you have the header file. */ +/* #undef HAVE_SYS_SOUNDCARD_H */ + /* Define if you have wcsrtombs() function */ #define HAVE_WCSRTOMBS 1