Committing in .

OpenVMS updates

 Modified Files:
 	wxWidgets/setup.h_vms wxWidgets/src/generic/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2005-04-14 14:15:54 +00:00
parent c99d2f252f
commit d43e302b68
2 changed files with 4 additions and 0 deletions

View File

@@ -211,6 +211,7 @@
#define wxUSE_STD_IOSTREAM 0 #define wxUSE_STD_IOSTREAM 0
#define wxUSE_STD_STRING 0
#define wxUSE_LONGLONG 1 #define wxUSE_LONGLONG 1

View File

@@ -62,6 +62,7 @@ OBJECTS = \
panelg.obj,\ panelg.obj,\
printps.obj,\ printps.obj,\
prntdlgg.obj,\ prntdlgg.obj,\
propdlg.obj,\
progdlgg.obj,\ progdlgg.obj,\
renderg.obj,\ renderg.obj,\
sashwin.obj,\ sashwin.obj,\
@@ -103,6 +104,7 @@ SOURCES = \
panelg.cpp,\ panelg.cpp,\
printps.cpp,\ printps.cpp,\
prntdlgg.cpp,\ prntdlgg.cpp,\
propdlg.cpp,\
progdlgg.cpp,\ progdlgg.cpp,\
renderg.cpp,\ renderg.cpp,\
sashwin.cpp,\ sashwin.cpp,\
@@ -183,6 +185,7 @@ panelg.obj : panelg.cpp
printps.obj : printps.cpp printps.obj : printps.cpp
prntdlgg.obj : prntdlgg.cpp prntdlgg.obj : prntdlgg.cpp
progdlgg.obj : progdlgg.cpp progdlgg.obj : progdlgg.cpp
propdlg.obj : propdlg.cpp
scrlwing.obj : scrlwing.cpp scrlwing.obj : scrlwing.cpp
spinctlg.obj : spinctlg.cpp spinctlg.obj : spinctlg.cpp
renderg.obj : renderg.cpp renderg.obj : renderg.cpp