3 # Author: David Webster
6 # Copyright: (c) David Webster
7 # Licence: wxWindows Licence
9 # Makefile : Builds sample (VisualAgeC++ V3.0, OS/2 PM)
10 # Use FINAL=1 argument to nmake to build final version with no debug info.
12 # Set WXDIR for your system
15 !include $(WXDIR)\src\makeva.env
18 # Define which program this is and what it's path is and where to output to
21 THISDIR=$(WXWIN)\samples\$(PROGRAM)
25 # Make sure output directory is available
31 # Standard definitions
33 PROGRC=$(THISDIR)\$(PROGRAM).rcO
34 OBJECTS=$(OPATH)\$(PROGRAM).obj
35 PROGRES=$(OPATH)\$(PROGRAM).res
36 PROGTARGET=E:\TEMP\$(PROGRAM).exe
41 $(CPPFLAGS) /Fo$@ /Tp $<
44 !include $(WXDIR)\src\makeprog.va