#*****************************************************************************
# *
# Make file for VMS *
-# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
-# Date : 10 November 1999 *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 24 August 2012 *
# *
#*****************************************************************************
.first
define wx [--.include.wx]
.ifdef __WXMOTIF__
-CXX_DEFINE = /define=(__WXMOTIF__=1)
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)
.else
.ifdef __WXGTK__
CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
.endif
.endif
-game.obj : game.cpp
-bombs1.obj : bombs1.cpp
-bombs.obj : bombs.cpp
+game.obj : game.cpp [--.include.wx]setup.h
+bombs1.obj : bombs1.cpp [--.include.wx]setup.h
+bombs.obj : bombs.cpp [--.include.wx]setup.h