add bmpsvg.cpp for compilation on OpenVMS

This commit is contained in:
Jouk
2021-12-06 13:31:54 +01:00
parent 67752c3870
commit f9b1d71dab

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 28 January 2021 *
# Date : 30 November 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,creddlgg.obj
rowheightcache.obj,creddlgg.obj,bmpsvg.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 creddlgg.cpp
rowheightcache.cpp creddlgg.cpp bmpsvg.cpp
.ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
@@ -323,3 +323,4 @@ graphicc.obj : graphicc.cpp
.endif
rowheightcache.obj : rowheightcache.cpp
creddlgg.obj : creddlgg.cpp
bmpsvg.obj : bmpsvg.cpp