Include "xrc" support properly for OpenVMS
Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/lib/VMS_GTK2.OPT wxWidgets/lib/VMS_X11_UNIV.OPT wxWidgets/lib/vms_gtk.opt wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/xrc/descrip.mms Added Files: wxWidgets/samples/xrc/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 18 August 2006 *
|
||||
# Date : 19 September 2006 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@@ -43,8 +43,10 @@ OBJECTS = \
|
||||
evtloop.obj,\
|
||||
filedlg.obj,\
|
||||
font.obj,\
|
||||
gdiobj.obj,\
|
||||
glcanvas.obj,\
|
||||
gsockgtk.obj,\
|
||||
icon.obj,\
|
||||
main.obj,\
|
||||
minifram.obj,\
|
||||
pen.obj,\
|
||||
@@ -120,8 +122,10 @@ SOURCES =\
|
||||
fontdlg.cpp,\
|
||||
frame.cpp,\
|
||||
gauge.cpp,\
|
||||
gdiobj.cpp,\
|
||||
glcanvas.cpp,\
|
||||
gsockgtk.cpp,\
|
||||
icon.cpp,\
|
||||
listbox.cpp,\
|
||||
main.cpp,\
|
||||
mdi.cpp,\
|
||||
@@ -195,8 +199,10 @@ font.obj : font.cpp
|
||||
fontdlg.obj : fontdlg.cpp
|
||||
frame.obj : frame.cpp
|
||||
gauge.obj : gauge.cpp
|
||||
gdiobj.obj : gdiobj.cpp
|
||||
glcanvas.obj : glcanvas.cpp
|
||||
gsockgtk.obj : gsockgtk.cpp
|
||||
icon.obj : icon.cpp
|
||||
listbox.obj : listbox.cpp
|
||||
main.obj : main.cpp
|
||||
msgdlg.obj : msgdlg.cpp
|
||||
|
||||
Reference in New Issue
Block a user