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_TEXTFILE 1
|
||||||
|
|
||||||
#define wxUSE_INTL 1
|
#define wxUSE_INTL 1
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
#define wxUSE_DATETIME 1
|
#define wxUSE_DATETIME 1
|
||||||
|
|
||||||
|
@@ -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 : 26 February 2007 *
|
# Date : 13 March 2007 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -116,6 +116,7 @@ OBJECTS1=fs_inet.obj,\
|
|||||||
hashmap.obj,\
|
hashmap.obj,\
|
||||||
helpbase.obj,\
|
helpbase.obj,\
|
||||||
http.obj,\
|
http.obj,\
|
||||||
|
hyperlnkcmn.obj,\
|
||||||
iconbndl.obj,\
|
iconbndl.obj,\
|
||||||
init.obj,\
|
init.obj,\
|
||||||
imagall.obj,\
|
imagall.obj,\
|
||||||
@@ -279,6 +280,7 @@ SOURCES = \
|
|||||||
hashmap.cpp,\
|
hashmap.cpp,\
|
||||||
helpbase.cpp,\
|
helpbase.cpp,\
|
||||||
http.cpp,\
|
http.cpp,\
|
||||||
|
hyperlnkcmn.cpp,\
|
||||||
iconbndl.cpp,\
|
iconbndl.cpp,\
|
||||||
init.cpp,\
|
init.cpp,\
|
||||||
imagall.cpp,\
|
imagall.cpp,\
|
||||||
@@ -485,6 +487,7 @@ hash.obj : hash.cpp
|
|||||||
hashmap.obj : hashmap.cpp
|
hashmap.obj : hashmap.cpp
|
||||||
helpbase.obj : helpbase.cpp
|
helpbase.obj : helpbase.cpp
|
||||||
http.obj : http.cpp
|
http.obj : http.cpp
|
||||||
|
hyperlnkcmn.obj : hyperlnkcmn.cpp
|
||||||
iconbndl.obj : iconbndl.cpp
|
iconbndl.obj : iconbndl.cpp
|
||||||
init.obj : init.cpp
|
init.obj : init.cpp
|
||||||
imagall.obj : imagall.cpp
|
imagall.obj : imagall.cpp
|
||||||
|
@@ -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 : 31 October 2006 *
|
# Date : 12 March 2007 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -92,7 +92,7 @@ OBJECTS = \
|
|||||||
treebkg.obj,\
|
treebkg.obj,\
|
||||||
treectlg.obj,\
|
treectlg.obj,\
|
||||||
wizard.obj,\
|
wizard.obj,\
|
||||||
hyperlink.obj,\
|
hyperlinkg.obj,\
|
||||||
filepickerg.obj,\
|
filepickerg.obj,\
|
||||||
bmpcboxg.obj
|
bmpcboxg.obj
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@ SOURCES = \
|
|||||||
splash.cpp,\
|
splash.cpp,\
|
||||||
timer.cpp,\
|
timer.cpp,\
|
||||||
vlbox.cpp,\
|
vlbox.cpp,\
|
||||||
hyperlink.cpp,\
|
hyperlinkg.cpp,\
|
||||||
filepickerg.cpp,\
|
filepickerg.cpp,\
|
||||||
vscroll.cpp,\
|
vscroll.cpp,\
|
||||||
icon.cpp,bmpcboxg.cpp
|
icon.cpp,bmpcboxg.cpp
|
||||||
@@ -271,6 +271,6 @@ toolbkg.obj : toolbkg.cpp
|
|||||||
treebkg.obj : treebkg.cpp
|
treebkg.obj : treebkg.cpp
|
||||||
combog.obj : combog.cpp
|
combog.obj : combog.cpp
|
||||||
fontpickerg.obj : fontpickerg.cpp
|
fontpickerg.obj : fontpickerg.cpp
|
||||||
hyperlink.obj : hyperlink.cpp
|
hyperlinkg.obj : hyperlinkg.cpp
|
||||||
filepickerg.obj : filepickerg.cpp
|
filepickerg.obj : filepickerg.cpp
|
||||||
bmpcboxg.obj : bmpcboxg.cpp
|
bmpcboxg.obj : bmpcboxg.cpp
|
||||||
|
Reference in New Issue
Block a user