]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/descrip.mms
don't define min/max macros in windows.h (closes 1052256)
[wxWidgets.git] / demos / bombs / descrip.mms
CommitLineData
c48afe29
JJ
1#*****************************************************************************
2# *
3# Make file for VMS *
4# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
5# Date : 10 November 1999 *
6# *
7#*****************************************************************************
8.first
9 define wx [--.include.wx]
10
11.ifdef __WXMOTIF__
4dff3400
JJ
12CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
13 /assume=(nostdnew,noglobal_array_new)
c48afe29 14.else
58e81f24
JJ
15.ifdef __WXGTK__
16CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
17 /assume=(nostdnew,noglobal_array_new)
18.else
c48afe29
JJ
19CXX_DEFINE =
20.endif
58e81f24 21.endif
c48afe29
JJ
22
23.suffixes : .cpp
24
25.cpp.obj :
26 cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
27
28all :
58e81f24 29.ifdef __WXMOTIF__
c48afe29 30 $(MMS)$(MMSQUALIFIERS) game.exe
58e81f24
JJ
31.else
32.ifdef __WXGTK__
33 $(MMS)$(MMSQUALIFIERS) game_gtk.exe
34.endif
35.endif
c48afe29 36
c48afe29 37.ifdef __WXMOTIF__
58e81f24 38game.exe : game.obj bombs1.obj bombs.obj
82a564fa 39 cxxlink game,bombs1,bombs,[--.lib]vms/opt
58e81f24
JJ
40.else
41.ifdef __WXGTK__
42game_gtk.exe : game.obj bombs1.obj bombs.obj
43 cxxlink/exec=game_gtk.exe game,bombs1,bombs,[--.lib]vms_gtk/opt
44.endif
c48afe29
JJ
45.endif
46
47game.obj : game.cpp
48bombs1.obj : bombs1.cpp
49bombs.obj : bombs.cpp