Committing in .
Updates for OpenVMS support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -242,6 +242,7 @@ typedef pid_t GPid;
|
||||
#define wxUSE_TEXTFILE 1
|
||||
|
||||
#define wxUSE_INTL 1
|
||||
#include <locale.h>
|
||||
|
||||
#define wxUSE_DATETIME 1
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 26 February 2007 *
|
||||
# Date : 13 March 2007 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@@ -116,6 +116,7 @@ OBJECTS1=fs_inet.obj,\
|
||||
hashmap.obj,\
|
||||
helpbase.obj,\
|
||||
http.obj,\
|
||||
hyperlnkcmn.obj,\
|
||||
iconbndl.obj,\
|
||||
init.obj,\
|
||||
imagall.obj,\
|
||||
@@ -279,6 +280,7 @@ SOURCES = \
|
||||
hashmap.cpp,\
|
||||
helpbase.cpp,\
|
||||
http.cpp,\
|
||||
hyperlnkcmn.cpp,\
|
||||
iconbndl.cpp,\
|
||||
init.cpp,\
|
||||
imagall.cpp,\
|
||||
@@ -485,6 +487,7 @@ hash.obj : hash.cpp
|
||||
hashmap.obj : hashmap.cpp
|
||||
helpbase.obj : helpbase.cpp
|
||||
http.obj : http.cpp
|
||||
hyperlnkcmn.obj : hyperlnkcmn.cpp
|
||||
iconbndl.obj : iconbndl.cpp
|
||||
init.obj : init.cpp
|
||||
imagall.obj : imagall.cpp
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# *
|
||||
# Make file for VMS *
|
||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||
# Date : 31 October 2006 *
|
||||
# Date : 12 March 2007 *
|
||||
# *
|
||||
#*****************************************************************************
|
||||
.first
|
||||
@@ -92,7 +92,7 @@ OBJECTS = \
|
||||
treebkg.obj,\
|
||||
treectlg.obj,\
|
||||
wizard.obj,\
|
||||
hyperlink.obj,\
|
||||
hyperlinkg.obj,\
|
||||
filepickerg.obj,\
|
||||
bmpcboxg.obj
|
||||
|
||||
@@ -160,7 +160,7 @@ SOURCES = \
|
||||
splash.cpp,\
|
||||
timer.cpp,\
|
||||
vlbox.cpp,\
|
||||
hyperlink.cpp,\
|
||||
hyperlinkg.cpp,\
|
||||
filepickerg.cpp,\
|
||||
vscroll.cpp,\
|
||||
icon.cpp,bmpcboxg.cpp
|
||||
@@ -271,6 +271,6 @@ toolbkg.obj : toolbkg.cpp
|
||||
treebkg.obj : treebkg.cpp
|
||||
combog.obj : combog.cpp
|
||||
fontpickerg.obj : fontpickerg.cpp
|
||||
hyperlink.obj : hyperlink.cpp
|
||||
hyperlinkg.obj : hyperlinkg.cpp
|
||||
filepickerg.obj : filepickerg.cpp
|
||||
bmpcboxg.obj : bmpcboxg.cpp
|
||||
|
Reference in New Issue
Block a user