Add samples/event/gestures.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 : 9 October 2009 *
|
# Date : 12 December 2017 *
|
||||||
# *
|
# *
|
||||||
#*****************************************************************************
|
#*****************************************************************************
|
||||||
.first
|
.first
|
||||||
@@ -52,7 +52,7 @@ all :
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OBJS=event.obj
|
OBJS=event.obj,gestures.obj
|
||||||
|
|
||||||
.ifdef __WXMOTIF__
|
.ifdef __WXMOTIF__
|
||||||
event.exe : $(OBJS)
|
event.exe : $(OBJS)
|
||||||
@@ -75,3 +75,4 @@ event_x11.exe : $(OBJS)
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
event.obj : event.cpp
|
event.obj : event.cpp
|
||||||
|
gestures.obj : gestures.cpp
|
||||||
|
Reference in New Issue
Block a user