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