Updated OpenVMS compile support:
setip.h_vms : added definition of wxExplicit
descrip.mms : added msgout.cpp
utilsunx.cpp : supressed unreacheable code warning in one routine by
OpenVMS only #pragma's.
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
wxWindows/src/unix/utilsunx.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16274
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
#define HAVE_BOOL
+/*
+ * Define if your compiler supports the explicit keyword
+ */
+#define HAVE_EXPLICIT 1
+
/*
* Use regex support
*/
menucmn.obj,\
mimecmn.obj,\
module.obj,\
+ msgout.obj,\
mstream.obj,\
nbkbase.obj,\
object.obj,\
menucmn.cpp,\
mimecmn.cpp,\
module.cpp,\
+ msgout.cpp,\
mstream.cpp,\
nbkbase.cpp,\
object.cpp,\
menucmn.obj : menucmn.cpp
mimecmn.obj : mimecmn.cpp
module.obj : module.cpp
+msgout.obj : msgout.cpp
mstream.obj : mstream.cpp
nbkbase.obj : nbkbase.cpp
object.obj : object.cpp
// ----------------------------------------------------------------------------
// wxExecute: the real worker function
// ----------------------------------------------------------------------------
+#ifdef __VMS
+#pragma message disable codeunreachable
+#endif
long wxExecute(wxChar **argv,
int flags,
return ERROR_RETURN_CODE;
}
+#ifdef __VMS
+#pragma message enable codeunreachable
+#endif
#undef ERROR_RETURN_CODE
#undef ARGS_CLEANUP