Update OpenVMS make files

Modified Files:
 	wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
 	wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms
 	wxWidgets/src/univ/descrip.mms


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2006-09-22 13:04:18 +00:00
parent 4ff28c37c8
commit a843055617
5 changed files with 14 additions and 17 deletions

View File

@@ -600,13 +600,13 @@ typedef pid_t GPid;
/* /*
* Define if the compiler supports variadic macros * Define if the compiler supports variadic macros
*/ */
#define HAVE_VARIADIC_MACROS 1 #undef HAVE_VARIADIC_MACROS
#if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY) #if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY)
/* /*
* Define if your compiler has std::wstring * Define if your compiler has std::wstring
*/ */
#deffine HAVE_STD_WSTRING 1 #define HAVE_STD_WSTRING 1
/* /*
* Define if your compiler has compliant std::string::compare * Define if your compiler has compliant std::string::compare
*/ */

View File

@@ -2,7 +2,7 @@
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 19 September 2006 * # Date : 20 September 2006 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -193,7 +193,8 @@ OBJECTS2=tbarbase.obj,\
clrpickercmn.obj,\ clrpickercmn.obj,\
filepickercmn.obj,\ filepickercmn.obj,\
fontpickercmn.obj,\ fontpickercmn.obj,\
pickerbase.obj pickerbase.obj,\
listctrlcmn.obj
OBJECTS_MOTIF=radiocmn.obj OBJECTS_MOTIF=radiocmn.obj
@@ -285,6 +286,7 @@ SOURCES = \
layout.cpp,\ layout.cpp,\
lboxcmn.cpp,\ lboxcmn.cpp,\
list.cpp,\ list.cpp,\
listctrlcmn.cpp,\
log.cpp,\ log.cpp,\
longlong.cpp,\ longlong.cpp,\
memory.cpp,\ memory.cpp,\
@@ -558,3 +560,4 @@ clrpickercmn.obj : clrpickercmn.cpp
filepickercmn.obj : filepickercmn.cpp filepickercmn.obj : filepickercmn.cpp
fontpickercmn.obj : fontpickercmn.cpp fontpickercmn.obj : fontpickercmn.cpp
pickerbase.obj : pickerbase.cpp pickerbase.obj : pickerbase.cpp
listctrlcmn.obj : listctrlcmn.cpp

View File

@@ -2,7 +2,7 @@
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 19 September 2006 * # Date : 20 September 2006 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -43,10 +43,8 @@ OBJECTS = \
evtloop.obj,\ evtloop.obj,\
filedlg.obj,\ filedlg.obj,\
font.obj,\ font.obj,\
gdiobj.obj,\
glcanvas.obj,\ glcanvas.obj,\
gsockgtk.obj,\ gsockgtk.obj,\
icon.obj,\
main.obj,\ main.obj,\
minifram.obj,\ minifram.obj,\
pen.obj,\ pen.obj,\
@@ -122,10 +120,8 @@ SOURCES =\
fontdlg.cpp,\ fontdlg.cpp,\
frame.cpp,\ frame.cpp,\
gauge.cpp,\ gauge.cpp,\
gdiobj.cpp,\
glcanvas.cpp,\ glcanvas.cpp,\
gsockgtk.cpp,\ gsockgtk.cpp,\
icon.cpp,\
listbox.cpp,\ listbox.cpp,\
main.cpp,\ main.cpp,\
mdi.cpp,\ mdi.cpp,\
@@ -199,10 +195,8 @@ font.obj : font.cpp
fontdlg.obj : fontdlg.cpp fontdlg.obj : fontdlg.cpp
frame.obj : frame.cpp frame.obj : frame.cpp
gauge.obj : gauge.cpp gauge.obj : gauge.cpp
gdiobj.obj : gdiobj.cpp
glcanvas.obj : glcanvas.cpp glcanvas.obj : glcanvas.cpp
gsockgtk.obj : gsockgtk.cpp gsockgtk.obj : gsockgtk.cpp
icon.obj : icon.cpp
listbox.obj : listbox.cpp listbox.obj : listbox.cpp
main.obj : main.cpp main.obj : main.cpp
msgdlg.obj : msgdlg.cpp msgdlg.obj : msgdlg.cpp

View File

@@ -2,7 +2,7 @@
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 19 September 2006 * # Date : 21 September 2006 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -50,7 +50,6 @@ OBJECTS = \
font.obj,\ font.obj,\
frame.obj,\ frame.obj,\
gauge.obj,\ gauge.obj,\
gdiobj.obj,\
gsockmot.obj,\ gsockmot.obj,\
icon.obj,\ icon.obj,\
listbox.obj,\ listbox.obj,\
@@ -103,7 +102,6 @@ SOURCES = \
font.cpp,\ font.cpp,\
frame.cpp,\ frame.cpp,\
gauge.cpp,\ gauge.cpp,\
gdiobj.cpp,\
gsockmot.cpp,\ gsockmot.cpp,\
icon.cpp,\ icon.cpp,\
listbox.cpp,\ listbox.cpp,\
@@ -165,7 +163,6 @@ filedlg.obj : filedlg.cpp
font.obj : font.cpp font.obj : font.cpp
frame.obj : frame.cpp frame.obj : frame.cpp
gauge.obj : gauge.cpp gauge.obj : gauge.cpp
gdiobj.obj : gdiobj.cpp
gsockmot.obj : gsockmot.cpp gsockmot.obj : gsockmot.cpp
icon.obj : icon.cpp icon.obj : icon.cpp
listbox.obj : listbox.cpp listbox.obj : listbox.cpp

View File

@@ -1,8 +1,8 @@
#***************************************************************************** #*****************************************************************************
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 14 March 2002 * # Date : 22 September 2006 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -47,6 +47,7 @@ OBJECTS = \
statline.obj,\ statline.obj,\
stattext.obj,\ stattext.obj,\
statusbr.obj,\ statusbr.obj,\
stdrend.obj,\
textctrl.obj,\ textctrl.obj,\
theme.obj,\ theme.obj,\
toolbar.obj,\ toolbar.obj,\
@@ -87,6 +88,7 @@ SOURCES =\
statline.cpp \ statline.cpp \
stattext.cpp \ stattext.cpp \
statusbr.cpp \ statusbr.cpp \
stdrend.cpp,\
textctrl.cpp \ textctrl.cpp \
theme.cpp \ theme.cpp \
toolbar.cpp \ toolbar.cpp \
@@ -130,6 +132,7 @@ statbox.obj : statbox.cpp
statline.obj : statline.cpp statline.obj : statline.cpp
stattext.obj : stattext.cpp stattext.obj : stattext.cpp
statusbr.obj : statusbr.cpp statusbr.obj : statusbr.cpp
stdrend.obj : stdrend.cpp
textctrl.obj : textctrl.cpp textctrl.obj : textctrl.cpp
theme.obj : theme.cpp theme.obj : theme.cpp
toolbar.obj : toolbar.cpp toolbar.obj : toolbar.cpp