Skip to content

Commit

Permalink
update OpenVMS makefiles for credential dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
joukj committed Jan 29, 2021
1 parent 68a824d commit c65d511
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.h_vms
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ typedef pid_t GPid;

#define wxUSE_FSVOLUME 1

#define wxUSE_SECRETSTORE 1
#define wxUSE_SECRETSTORE 0

#define wxUSE_STDPATHS 1

Expand Down
8 changes: 5 additions & 3 deletions src/common/descrip.mms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen ([email protected]) *
# Date : 4 March 2020 *
# Date : 28 January 2021 *
# *
#*****************************************************************************
.first
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -730,3 +731,4 @@ notifmsgcmn.obj : notifmsgcmn.cpp
graphcmn.obj : graphcmn.cpp
dcsvg.obj : dcsvg.cpp
dcgraph.obj : dcgraph.cpp
secretstore.obj : secretstore.cpp
7 changes: 4 additions & 3 deletions src/generic/descrip.mms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen ([email protected]) *
# Date : 20 July 2020 *
# Date : 28 January 2021 *
# *
#*****************************************************************************
.first
Expand Down Expand Up @@ -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,\
Expand Down Expand Up @@ -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,\
Expand Down Expand Up @@ -322,3 +322,4 @@ graphicc.obj : graphicc.cpp
graphicc.obj : graphicc.cpp
.endif
rowheightcache.obj : rowheightcache.cpp
creddlgg.obj : creddlgg.cpp

0 comments on commit c65d511

Please sign in to comment.