Committing in .
OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/motif/toplevel.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
15
setup.h_vms
15
setup.h_vms
@@ -116,13 +116,21 @@
|
|||||||
#undef __WINDOWS__
|
#undef __WINDOWS__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __WIN95__
|
||||||
#undef __WIN95__
|
#undef __WIN95__
|
||||||
|
#endif
|
||||||
#ifndef __WIN32__
|
#ifndef __WIN32__
|
||||||
#undef __WIN32__
|
#undef __WIN32__
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __GNUWIN32__
|
||||||
#undef __GNUWIN32__
|
#undef __GNUWIN32__
|
||||||
|
#endif
|
||||||
|
#ifndef STRICT
|
||||||
#undef STRICT
|
#undef STRICT
|
||||||
|
#endif
|
||||||
|
#ifndef WINVER
|
||||||
#undef WINVER
|
#undef WINVER
|
||||||
|
#endif
|
||||||
|
|
||||||
/* enable native status bar under Win32 */
|
/* enable native status bar under Win32 */
|
||||||
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
|
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
|
||||||
@@ -768,11 +776,11 @@
|
|||||||
/*
|
/*
|
||||||
* Compatibility with 2.0 API.
|
* Compatibility with 2.0 API.
|
||||||
*/
|
*/
|
||||||
#define WXWIN_COMPATIBILITY_2 0
|
#define WXWIN_COMPATIBILITY_2 1
|
||||||
/*
|
/*
|
||||||
* Compatibility with 2.2 API
|
* Compatibility with 2.2 API
|
||||||
*/
|
*/
|
||||||
#define WXWIN_COMPATIBILITY_2_2 0
|
#define WXWIN_COMPATIBILITY_2_2 1
|
||||||
/*
|
/*
|
||||||
* Compatibility with 2.4 API
|
* Compatibility with 2.4 API
|
||||||
*/
|
*/
|
||||||
@@ -911,6 +919,9 @@
|
|||||||
/* The type of 3rd argument to getsockname() - usually size_t or int */
|
/* The type of 3rd argument to getsockname() - usually size_t or int */
|
||||||
#define SOCKLEN_T size_t
|
#define SOCKLEN_T size_t
|
||||||
|
|
||||||
|
/* The type of statvfs(2) argument */
|
||||||
|
#undef WX_STATFS_T
|
||||||
|
|
||||||
/* The signal handler prototype */
|
/* The signal handler prototype */
|
||||||
#undef wxTYPE_SA_HANDLER
|
#undef wxTYPE_SA_HANDLER
|
||||||
|
|
||||||
|
@@ -167,11 +167,14 @@ OBJECTS2=utilscmn.obj,\
|
|||||||
zipstrm.obj,\
|
zipstrm.obj,\
|
||||||
zstream.obj
|
zstream.obj
|
||||||
|
|
||||||
|
OBJECTS_MOTIF=bmpbase.obj
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
parser.y,\
|
parser.y,\
|
||||||
appcmn.cpp,\
|
appcmn.cpp,\
|
||||||
artprov.cpp,\
|
artprov.cpp,\
|
||||||
artstd.cpp,\
|
artstd.cpp,\
|
||||||
|
bmpbase.cpp,\
|
||||||
choiccmn.cpp,\
|
choiccmn.cpp,\
|
||||||
clipcmn.cpp,\
|
clipcmn.cpp,\
|
||||||
clntdata.cpp,\
|
clntdata.cpp,\
|
||||||
@@ -293,9 +296,11 @@ all : $(SOURCES)
|
|||||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS1)
|
$(MMS)$(MMSQUALIFIERS) $(OBJECTS1)
|
||||||
$(MMS)$(MMSQUALIFIERS) $(OBJECTS2)
|
$(MMS)$(MMSQUALIFIERS) $(OBJECTS2)
|
||||||
.ifdef __WXMOTIF__
|
.ifdef __WXMOTIF__
|
||||||
|
$(MMS)$(MMSQUALIFIERS) $(OBJECTS_MOTIF)
|
||||||
library [--.lib]libwx_motif.olb $(OBJECTS)
|
library [--.lib]libwx_motif.olb $(OBJECTS)
|
||||||
library [--.lib]libwx_motif.olb $(OBJECTS1)
|
library [--.lib]libwx_motif.olb $(OBJECTS1)
|
||||||
library [--.lib]libwx_motif.olb $(OBJECTS2)
|
library [--.lib]libwx_motif.olb $(OBJECTS2)
|
||||||
|
library [--.lib]libwx_motif.olb $(OBJECTS_MOTIF)
|
||||||
.else
|
.else
|
||||||
.ifdef __WXGTK__
|
.ifdef __WXGTK__
|
||||||
.ifdef __WXUNIVERSAL__
|
.ifdef __WXUNIVERSAL__
|
||||||
@@ -332,6 +337,7 @@ lexer.c : lexer.l
|
|||||||
appcmn.obj : appcmn.cpp
|
appcmn.obj : appcmn.cpp
|
||||||
artprov.obj : artprov.cpp
|
artprov.obj : artprov.cpp
|
||||||
artstd.obj : artstd.cpp
|
artstd.obj : artstd.cpp
|
||||||
|
bmpbase.obj : bmpbase.cpp
|
||||||
choiccmn.obj : choiccmn.cpp
|
choiccmn.obj : choiccmn.cpp
|
||||||
clipcmn.obj : clipcmn.cpp
|
clipcmn.obj : clipcmn.cpp
|
||||||
clntdata.obj : clntdata.cpp
|
clntdata.obj : clntdata.cpp
|
||||||
|
@@ -25,7 +25,11 @@
|
|||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
|
|
||||||
#ifdef __VMS__
|
#ifdef __VMS__
|
||||||
#pragma message disable nosimpint
|
#define XtDisplay XTDISPLAY
|
||||||
|
#define XtParent XTPARENT
|
||||||
|
#define XtScreen XTSCREEN
|
||||||
|
#define XtWindow XTWINDOW
|
||||||
|
#pragma message disable nosimpint
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Xm/Xm.h>
|
#include <Xm/Xm.h>
|
||||||
|
Reference in New Issue
Block a user