]> git.saurik.com Git - wxWidgets.git/blob - samples/resource/descrip.mms
no changes, testing cvs logging
[wxWidgets.git] / samples / resource / 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 .ifdef __WXGTK__
15 CXX_DEFINE = /define=(__WXGTK__=1)
16 .else
17 CXX_DEFINE =
18 .endif
19 .endif
20
21 CXXFLAGS=/list/show=all
22
23 .suffixes : .cpp
24
25 .cpp.obj :
26 cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
27
28 all :
29 .ifdef __WXMOTIF__
30 $(MMS)$(MMSQUALIFIERS) resource.exe
31 .else
32 .ifdef __WXGTK__
33 $(MMS)$(MMSQUALIFIERS) resource_gtk.exe
34 .endif
35 .endif
36
37 .ifdef __WXMOTIF__
38 resource.exe : resource.obj
39 cxxlink resource,[--.lib]vms/opt
40 .else
41 .ifdef __WXGTK__
42 resource_gtk.exe : resource.obj
43 cxxlink/exec=resource_gtk.exe resource,[--.lib]vms_gtk/opt
44 .endif
45 .endif
46
47 resource.obj : resource.cpp