OpenVMS complie support
Modified Files:
wxWindows/src/common/descrip.mms
wxWindows/src/unix/descrip.mms wxWindows/src/unix/utilsx11.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14814
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
hashmap.obj,\
helpbase.obj,\
http.obj,\
+ iconbndl.obj,\
imagall.obj,\
imagbmp.obj,\
image.obj,\
hashmap.cpp,\
helpbase.cpp,\
http.cpp,\
+ iconbndl.cpp,\
imagall.cpp,\
imagbmp.cpp,\
image.cpp,\
hashmap.obj : hashmap.cpp
helpbase.obj : helpbase.cpp
http.obj : http.cpp
+iconbndl.obj : iconbndl.cpp
imagall.obj : imagall.cpp
imagbmp.obj : imagbmp.cpp
image.obj : image.cpp
gsocket.obj,\
mimetype.obj,\
threadpsx.obj,\
- utilsunx.obj
+ utilsunx.obj,\
+ utilsx11.obj
SOURCES = \
dialup.cpp,\
gsocket.c,\
mimetype.cpp,\
threadpsx.cpp,\
- utilsunx.cpp
+ utilsunx.cpp,\
+ utilsx11.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
mimetype.obj : mimetype.cpp
threadpsx.obj : threadpsx.cpp
utilsunx.obj : utilsunx.cpp
+utilsx11.obj : utilsx11.cpp
#include "wx/image.h"
#include "wx/icon.h"
+#ifdef __VMS
+#pragma message disable nosimpint
+#endif
#include <X11/Xlib.h>
#include <X11/Xatom.h>
+#ifdef __VMS
+#pragma message enable nosimpint
+#endif
void wxSetIconsX11( WXDisplay* display, WXWindow window,
const wxIconBundle& ib )