Committing in .
OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
41eb6d76b0
commit
f2ba382267
23
setup.h_vms
23
setup.h_vms
@ -1323,7 +1323,19 @@
|
|||||||
#undef HAVE_XIM
|
#undef HAVE_XIM
|
||||||
|
|
||||||
/* Define if fseeko and ftello are available. */
|
/* Define if fseeko and ftello are available. */
|
||||||
#undef HAVE_FSEEKO
|
#define HAVE_FSEEKO 1
|
||||||
|
|
||||||
|
/* Define this is you have X11/extensions/shape.h */
|
||||||
|
#define HAVE_XSHAPE 1
|
||||||
|
|
||||||
|
/* Define this if you have type SPBCDATA */
|
||||||
|
#undef HAVE_SPBCDATA
|
||||||
|
|
||||||
|
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
|
||||||
|
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
|
||||||
|
|
||||||
|
/* Define if you have Pango xft support */
|
||||||
|
#undef HAVE_PANGO_XFT
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------
|
/* ---------------------------------------------------------------------
|
||||||
Win32 adjustments section
|
Win32 adjustments section
|
||||||
@ -1356,13 +1368,4 @@
|
|||||||
/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
|
/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
|
||||||
#define wxHAS_WORKING_GTK_DC_BLIT 1
|
#define wxHAS_WORKING_GTK_DC_BLIT 1
|
||||||
|
|
||||||
/* Define this is you have X11/extensions/shape.h */
|
|
||||||
#define HAVE_XSHAPE 1
|
|
||||||
|
|
||||||
/* Define this if you have type SPBCDATA */
|
|
||||||
#undef HAVE_SPBCDATA
|
|
||||||
|
|
||||||
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
|
|
||||||
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
|
|
||||||
|
|
||||||
#endif /* __WX_SETUP_H__ */
|
#endif /* __WX_SETUP_H__ */
|
||||||
|
@ -41,6 +41,7 @@ OBJECTS = \
|
|||||||
dcscreen.obj,\
|
dcscreen.obj,\
|
||||||
dnd.obj,\
|
dnd.obj,\
|
||||||
evtloop.obj,\
|
evtloop.obj,\
|
||||||
|
filedlg.obj,\
|
||||||
font.obj,\
|
font.obj,\
|
||||||
gdiobj.obj,\
|
gdiobj.obj,\
|
||||||
glcanvas.obj,\
|
glcanvas.obj,\
|
||||||
@ -116,6 +117,7 @@ SOURCES =\
|
|||||||
dialog.cpp,\
|
dialog.cpp,\
|
||||||
dnd.cpp,\
|
dnd.cpp,\
|
||||||
evtloop.cpp,\
|
evtloop.cpp,\
|
||||||
|
filedlg.cpp,\
|
||||||
font.cpp,\
|
font.cpp,\
|
||||||
fontdlg.cpp,\
|
fontdlg.cpp,\
|
||||||
frame.cpp,\
|
frame.cpp,\
|
||||||
@ -192,6 +194,7 @@ dcscreen.obj : dcscreen.cpp
|
|||||||
dialog.obj : dialog.cpp
|
dialog.obj : dialog.cpp
|
||||||
dnd.obj : dnd.cpp
|
dnd.obj : dnd.cpp
|
||||||
evtloop.obj : evtloop.cpp
|
evtloop.obj : evtloop.cpp
|
||||||
|
filedlg.obj : filedlg.cpp
|
||||||
font.obj : font.cpp
|
font.obj : font.cpp
|
||||||
fontdlg.obj : fontdlg.cpp
|
fontdlg.obj : fontdlg.cpp
|
||||||
frame.obj : frame.cpp
|
frame.obj : frame.cpp
|
||||||
|
@ -41,6 +41,7 @@ OBJECTS = \
|
|||||||
dcscreen.obj,\
|
dcscreen.obj,\
|
||||||
dnd.obj,\
|
dnd.obj,\
|
||||||
evtloop.obj,\
|
evtloop.obj,\
|
||||||
|
filedlg.obj,\
|
||||||
font.obj,\
|
font.obj,\
|
||||||
gdiobj.obj,\
|
gdiobj.obj,\
|
||||||
glcanvas.obj,\
|
glcanvas.obj,\
|
||||||
@ -116,6 +117,7 @@ SOURCES =\
|
|||||||
dialog.cpp,\
|
dialog.cpp,\
|
||||||
dnd.cpp,\
|
dnd.cpp,\
|
||||||
evtloop.cpp,\
|
evtloop.cpp,\
|
||||||
|
filedlg.cpp,\
|
||||||
font.cpp,\
|
font.cpp,\
|
||||||
fontdlg.cpp,\
|
fontdlg.cpp,\
|
||||||
frame.cpp,\
|
frame.cpp,\
|
||||||
@ -192,6 +194,7 @@ dcscreen.obj : dcscreen.cpp
|
|||||||
dialog.obj : dialog.cpp
|
dialog.obj : dialog.cpp
|
||||||
dnd.obj : dnd.cpp
|
dnd.obj : dnd.cpp
|
||||||
evtloop.obj : evtloop.cpp
|
evtloop.obj : evtloop.cpp
|
||||||
|
filedlg.obj : filedlg.cpp
|
||||||
font.obj : font.cpp
|
font.obj : font.cpp
|
||||||
fontdlg.obj : fontdlg.cpp
|
fontdlg.obj : fontdlg.cpp
|
||||||
frame.obj : frame.cpp
|
frame.obj : frame.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user