10 # Makefile : Builds Deprecated Features classes library (MS VC++).
11 # Use FINAL=1 argument to nmake to build final version with no debugging
14 # Set WXDIR for your system
16 THISDIR = $(WXDIR)\contrib\src\deprecated
24 # Unfortunately we need this _before_ we include makelib.vc
32 LIBTARGET=$(WXDIR)\lib\wxdeprecated$(LIBEXT).lib
35 OBJECTS=$(D)\prop.obj $(D)\propform.obj $(D)\proplist.obj $(D)\y_tab.obj $(D)\resource.obj $(D)\treelay.obj
37 !include $(WXDIR)\src\makelib.vc