6 # Copyright: (c) Julian Smart
10 # Makefile : Builds wxrc (XML resource compiler)
11 # Use FINAL=1 argument to nmake to build final version with no debugging
13 # Set WXDIR for your system
21 EXTRALIBS=$(WXDIR)\lib\wxxrcd.lib
25 EXTRALIBS=$(WXDIR)\lib\wxxrc.lib
28 !if "$(FINAL)" == "hybrid"
29 EXTRALIBS=$(WXDIR)\lib\wxxrch.lib
33 OBJECTS = $(PROGRAM).obj
35 !include $(WXDIR)\src\makeprog.vc