Add samples/event/gestures.cpp for compilation on OpenVMS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user