]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 10 Feb 2004 14:57:37 +0000 (14:57 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 10 Feb 2004 14:57:37 +0000 (14:57 +0000)
 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

descrip.mms
setup.h_vms

index d87220b82de288aca1bb1b7a1def338d6869d4cf..6af4c9f7e317ec1ea1735d887ed88bb40809580d 100644 (file)
@@ -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
index 98f790c62feee53f8794a44b0c9629a96e4d3171..0d5b24df3259fb4f8d097945726a26780b7fd21f 100644 (file)
  * Use libtiff
  */
 #define wxUSE_LIBTIFF 1
+/*
+ * Use SDL for audio (Unix)
+ */
+#define wxUSE_LIBSDL 0
 /*
  * Use iODBC
  */
  */
 #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.
 /* Define if you have the <esd.h> header file.  */
 /* #undef HAVE_ESD_H */
 
+/* Define if you have the <sys/soundcard.h> header file. */
+/* #undef HAVE_SYS_SOUNDCARD_H */
+
 /* Define if you have wcsrtombs() function */
 #define HAVE_WCSRTOMBS 1