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)\wxexpr.obj $(D)\resource.obj $(D)\treelay.obj
37 !include $(WXDIR)\src\makelib.vc
39 $D\y_tab.obj: y_tab.c lex_yy.c
41 $(CPPFLAGS2) /c y_tab.c -DUSE_DEFINE -DYY_USE_PROTOS /Fo$@
45 copy dosyacc.c y_tab.c
48 copy doslex.c lex_yy.c