Change 'test -e' to 'test -f' for Sun
[wxWidgets.git] / samples / dragimag / makefile.va
1 #
2 # File:     makefile.va
3 # Author:   David Webster
4 # Created:  1999
5 # Updated:
6 # Copyright:    (c) David Webster
7 #
8 # Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
9 # Use FINAL=1 argument to nmake to build final version with no debug info.
10
11 # Set WXDIR for your system
12 WXDIR = $(WXWIN)
13
14 WXUSINGDLL=0
15
16 !include $(WXDIR)\src\makeva.env
17
18 PROGRAM=$D\dragimag
19 OBJECTS = $(PROGRAM).obj
20
21 !if [md $D]
22 !endif
23
24 !include $(WXDIR)\src\makeprog.va
25