Committing in .
Update OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/unix/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
1095
setup.h_vms
1095
setup.h_vms
File diff suppressed because it is too large
Load Diff
@@ -77,6 +77,7 @@ OBJECTS = \
|
|||||||
encconv.obj,\
|
encconv.obj,\
|
||||||
event.obj,\
|
event.obj,\
|
||||||
extended.obj,\
|
extended.obj,\
|
||||||
|
fddlgcmn.obj,\
|
||||||
ffile.obj,\
|
ffile.obj,\
|
||||||
file.obj,\
|
file.obj,\
|
||||||
fileconf.obj,\
|
fileconf.obj,\
|
||||||
@@ -217,6 +218,7 @@ SOURCES = \
|
|||||||
event.cpp,\
|
event.cpp,\
|
||||||
extended.c,\
|
extended.c,\
|
||||||
ffile.cpp,\
|
ffile.cpp,\
|
||||||
|
fddlgcmn.cpp,\
|
||||||
file.cpp,\
|
file.cpp,\
|
||||||
fileconf.cpp,\
|
fileconf.cpp,\
|
||||||
filename.cpp,\
|
filename.cpp,\
|
||||||
@@ -390,6 +392,7 @@ encconv.obj : encconv.cpp
|
|||||||
event.obj : event.cpp
|
event.obj : event.cpp
|
||||||
extended.obj : extended.c
|
extended.obj : extended.c
|
||||||
ffile.obj : ffile.cpp
|
ffile.obj : ffile.cpp
|
||||||
|
fddlgcmn.obj : fddlgcmn.cpp
|
||||||
file.obj : file.cpp
|
file.obj : file.cpp
|
||||||
fileconf.obj : fileconf.cpp
|
fileconf.obj : fileconf.cpp
|
||||||
filefn.obj : filefn.cpp
|
filefn.obj : filefn.cpp
|
||||||
|
@@ -43,9 +43,11 @@ OBJECTS = \
|
|||||||
caret.obj,\
|
caret.obj,\
|
||||||
choicdgg.obj,\
|
choicdgg.obj,\
|
||||||
colrdlgg.obj,\
|
colrdlgg.obj,\
|
||||||
|
datectlg.obj,\
|
||||||
dcpsg.obj,\
|
dcpsg.obj,\
|
||||||
dirctrlg.obj,\
|
dirctrlg.obj,\
|
||||||
dirdlgg.obj,\
|
dirdlgg.obj,\
|
||||||
|
fdrepdlg.obj,\
|
||||||
fontdlgg.obj,\
|
fontdlgg.obj,\
|
||||||
grid.obj,\
|
grid.obj,\
|
||||||
gridctrl.obj,\
|
gridctrl.obj,\
|
||||||
@@ -79,10 +81,12 @@ SOURCES = \
|
|||||||
caret.cpp,\
|
caret.cpp,\
|
||||||
choicdgg.cpp,\
|
choicdgg.cpp,\
|
||||||
colrdlgg.cpp,\
|
colrdlgg.cpp,\
|
||||||
|
datectlg.cpp,\
|
||||||
dcpsg.cpp,\
|
dcpsg.cpp,\
|
||||||
dirctrlg.cpp,\
|
dirctrlg.cpp,\
|
||||||
dirdlgg.cpp,\
|
dirdlgg.cpp,\
|
||||||
filedlgg.cpp,\
|
filedlgg.cpp,\
|
||||||
|
fdrepdlg.cpp,\
|
||||||
fontdlgg.cpp,\
|
fontdlgg.cpp,\
|
||||||
grid.cpp,\
|
grid.cpp,\
|
||||||
gridctrl.cpp,\
|
gridctrl.cpp,\
|
||||||
@@ -156,11 +160,13 @@ calctrl.obj : calctrl.cpp
|
|||||||
caret.obj : caret.cpp
|
caret.obj : caret.cpp
|
||||||
choicdgg.obj : choicdgg.cpp
|
choicdgg.obj : choicdgg.cpp
|
||||||
colrdlgg.obj : colrdlgg.cpp
|
colrdlgg.obj : colrdlgg.cpp
|
||||||
|
datectlg.obj : datectlg.cpp
|
||||||
dcpsg.obj : dcpsg.cpp
|
dcpsg.obj : dcpsg.cpp
|
||||||
dirctrlg.obj : dirctrlg.cpp
|
dirctrlg.obj : dirctrlg.cpp
|
||||||
dirdlgg.obj : dirdlgg.cpp
|
dirdlgg.obj : dirdlgg.cpp
|
||||||
filedlgg.obj : filedlgg.cpp
|
filedlgg.obj : filedlgg.cpp
|
||||||
fontdlgg.obj : fontdlgg.cpp
|
fontdlgg.obj : fontdlgg.cpp
|
||||||
|
fdrepdlg.obj : fdrepdlg.cpp
|
||||||
grid.obj : grid.cpp
|
grid.obj : grid.cpp
|
||||||
gridctrl.obj : gridctrl.cpp
|
gridctrl.obj : gridctrl.cpp
|
||||||
gridsel.obj : gridsel.cpp
|
gridsel.obj : gridsel.cpp
|
||||||
|
@@ -40,6 +40,7 @@ CC_DEFINE =
|
|||||||
OBJECTS = baseunix.obj,\
|
OBJECTS = baseunix.obj,\
|
||||||
dialup.obj,\
|
dialup.obj,\
|
||||||
dir.obj,\
|
dir.obj,\
|
||||||
|
dlunix.obj,\
|
||||||
fontenum.obj,\
|
fontenum.obj,\
|
||||||
fontutil.obj,\
|
fontutil.obj,\
|
||||||
gsocket.obj,\
|
gsocket.obj,\
|
||||||
@@ -57,6 +58,7 @@ OBJECTS = baseunix.obj,\
|
|||||||
SOURCES = baseunix.cpp,\
|
SOURCES = baseunix.cpp,\
|
||||||
dialup.cpp,\
|
dialup.cpp,\
|
||||||
dir.cpp,\
|
dir.cpp,\
|
||||||
|
dlunix.cpp,\
|
||||||
fontenum.cpp,\
|
fontenum.cpp,\
|
||||||
fontutil.cpp,\
|
fontutil.cpp,\
|
||||||
gsocket.cpp,\
|
gsocket.cpp,\
|
||||||
@@ -88,6 +90,7 @@ all : $(SOURCES)
|
|||||||
baseunix.obj : baseunix.cpp
|
baseunix.obj : baseunix.cpp
|
||||||
dialup.obj : dialup.cpp
|
dialup.obj : dialup.cpp
|
||||||
dir.obj : dir.cpp
|
dir.obj : dir.cpp
|
||||||
|
dlunix.obj : dlunix.cpp
|
||||||
fontenum.obj : fontenum.cpp
|
fontenum.obj : fontenum.cpp
|
||||||
fontutil.obj : fontutil.cpp
|
fontutil.obj : fontutil.cpp
|
||||||
gsocket.obj : gsocket.cpp
|
gsocket.obj : gsocket.cpp
|
||||||
|
Reference in New Issue
Block a user