update for OpenVMS compilation of wxX11

This commit is contained in:
Jouk
2018-10-16 11:54:12 +02:00
parent 652765e614
commit 41bddbd85f

View File

@@ -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 : 11 October 2018 * # Date : 16 October 2018 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -105,7 +105,7 @@ all : $(SOURCES)
.ifdef __WXX11__ .ifdef __WXX11__
library [--.lib]libwx_x11_univ.olb $(OBJECTS) library [--.lib]libwx_x11_univ.olb $(OBJECTS)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS2) $(MMS)$(MMSQUALIFIERS) $(OBJECTS2)
library [--.lib]libwx_x11.olb $(OBJECTS2) library [--.lib]libwx_x11_univ.olb $(OBJECTS2)
.endif .endif
.endif .endif
.endif .endif