]> git.saurik.com Git - wxWidgets.git/blob - demos/bombs/descrip.mms
renaming and moving samples around
[wxWidgets.git] / demos / bombs / descrip.mms
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__
12 CXX_DEFINE = /define=(__WXMOTIF__=1)
13 .else
14 CXX_DEFINE =
15 .endif
16
17 .suffixes : .cpp
18
19 .cpp.obj :
20 cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
21
22 all :
23 $(MMS)$(MMSQUALIFIERS) game.exe
24
25 game.exe : game.obj bombs1.obj bombs.obj
26 .ifdef __WXMOTIF__
27 cxxlink game,bombs1,bombs,[--.lib]vms/opt
28 .endif
29
30 game.obj : game.cpp
31 bombs1.obj : bombs1.cpp
32 bombs.obj : bombs.cpp