add bmpsvg.cpp for compilation on OpenVMS
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# *
|
# *
|
||||||
# Make file for VMS *
|
# Make file for VMS *
|
||||||
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
|
||||||
# Date : 28 January 2021 *
|
# Date : 30 November 2021 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -96,7 +96,7 @@ OBJECTS = \
|
|||||||
richmsgdlgg.obj,commandlinkbuttong.obj,spinctlg.obj,\
|
richmsgdlgg.obj,commandlinkbuttong.obj,spinctlg.obj,\
|
||||||
markuptext.obj,bannerwindow.obj,timectrlg.obj,richtooltipg.obj\
|
markuptext.obj,bannerwindow.obj,timectrlg.obj,richtooltipg.obj\
|
||||||
,statbmpg.obj,splash.obj,collheaderctrlg.obj,graphicc.obj,\
|
,statbmpg.obj,splash.obj,collheaderctrlg.obj,graphicc.obj,\
|
||||||
rowheightcache.obj,creddlgg.obj
|
rowheightcache.obj,creddlgg.obj,bmpsvg.obj
|
||||||
|
|
||||||
SOURCES = \
|
SOURCES = \
|
||||||
aboutdlgg.cpp,\
|
aboutdlgg.cpp,\
|
||||||
@@ -170,7 +170,7 @@ SOURCES = \
|
|||||||
commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp \
|
commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp \
|
||||||
bannerwindow.cpp timectrlg.cpp richtooltipg.cpp statbmpg.cpp \
|
bannerwindow.cpp timectrlg.cpp richtooltipg.cpp statbmpg.cpp \
|
||||||
textmeasure.cpp collheaderctrlg.cpp graphicc.cpp \
|
textmeasure.cpp collheaderctrlg.cpp graphicc.cpp \
|
||||||
rowheightcache.cpp creddlgg.cpp
|
rowheightcache.cpp creddlgg.cpp bmpsvg.cpp
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
.ifdef __WXMOTIF__
|
||||||
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
|
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
|
||||||
@@ -323,3 +323,4 @@ graphicc.obj : graphicc.cpp
|
|||||||
.endif
|
.endif
|
||||||
rowheightcache.obj : rowheightcache.cpp
|
rowheightcache.obj : rowheightcache.cpp
|
||||||
creddlgg.obj : creddlgg.cpp
|
creddlgg.obj : creddlgg.cpp
|
||||||
|
bmpsvg.obj : bmpsvg.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user