update OpenVMS makefiles for credential dialog

This commit is contained in:
Jouk
2021-01-29 08:51:11 +01:00
parent 68a824da3c
commit c65d5110aa
3 changed files with 10 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ typedef pid_t GPid;
#define wxUSE_FSVOLUME 1
#define wxUSE_SECRETSTORE 1
#define wxUSE_SECRETSTORE 0
#define wxUSE_STDPATHS 1

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 4 March 2020 *
# Date : 28 January 2021 *
# *
#*****************************************************************************
.first
@@ -227,7 +227,7 @@ OBJECTS3=listctrlcmn.obj,socketiohandler.obj,fdiodispatcher.obj,\
affinematrix2d.obj,richtooltipcmn.obj,persist.obj,time.obj,\
textmeasurecmn.obj,modalhook.obj,threadinfo.obj,\
addremovectrl.obj,notifmsgcmn.obj,graphcmn.obj,dcsvg.obj,\
dcgraph.obj
dcgraph.obj,secretstore.obj
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
@@ -432,7 +432,8 @@ SOURCES = \
gridcmn.cpp,odcombocmn.cpp,spinbtncmn.cpp,scrolbarcmn.cpp,\
colourdata.cpp,fontdata.cpp affinematrix2d.cpp\
richtooltipcmn.cpp persist.cpp time.cpp textmeasurecmn.cpp \
modalhook.cpp graphcmn.cpp dcsvg.cpp dcgraph.cpp
modalhook.cpp graphcmn.cpp dcsvg.cpp dcgraph.cpp \
secretstore.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -730,3 +731,4 @@ notifmsgcmn.obj : notifmsgcmn.cpp
graphcmn.obj : graphcmn.cpp
dcsvg.obj : dcsvg.cpp
dcgraph.obj : dcgraph.cpp
secretstore.obj : secretstore.cpp

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 20 July 2020 *
# Date : 28 January 2021 *
# *
#*****************************************************************************
.first
@@ -96,7 +96,7 @@ OBJECTS = \
richmsgdlgg.obj,commandlinkbuttong.obj,spinctlg.obj,\
markuptext.obj,bannerwindow.obj,timectrlg.obj,richtooltipg.obj\
,statbmpg.obj,splash.obj,collheaderctrlg.obj,graphicc.obj,\
rowheightcache.obj
rowheightcache.obj,creddlgg.obj
SOURCES = \
aboutdlgg.cpp,\
@@ -170,7 +170,7 @@ SOURCES = \
commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp \
bannerwindow.cpp timectrlg.cpp richtooltipg.cpp statbmpg.cpp \
textmeasure.cpp collheaderctrlg.cpp graphicc.cpp \
rowheightcache.cpp
rowheightcache.cpp creddlgg.cpp
.ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
@@ -322,3 +322,4 @@ graphicc.obj : graphicc.cpp
graphicc.obj : graphicc.cpp
.endif
rowheightcache.obj : rowheightcache.cpp
creddlgg.obj : creddlgg.cpp