Add samples/event/gestures.cpp for compilation on OpenVMS

This commit is contained in:
Jouk
2017-12-14 08:59:26 +01:00
parent a2864f907b
commit 47c0aed322

View File

@@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 9 October 2009 *
# Date : 12 December 2017 *
# *
#*****************************************************************************
.first
@@ -52,7 +52,7 @@ all :
.endif
.endif
OBJS=event.obj
OBJS=event.obj,gestures.obj
.ifdef __WXMOTIF__
event.exe : $(OBJS)
@@ -75,3 +75,4 @@ event_x11.exe : $(OBJS)
.endif
event.obj : event.cpp
gestures.obj : gestures.cpp