# Use FINAL=1 argument to nmake to build final version with no debugging
# info
-# Set WXDIR for your system (hint, set an environment variable named WXWIN)
+# Set WXDIR for your system
WXDIR = $(WXWIN)
WXUSINGDLL=0
<<
$(PROGRAM).res : $(PROGRAM).rc $(WXDIR)\include\wx\msw\wx.rc
- $(rc) -r /i$(WXDIR)\include -fo$@ $(PROGRAM).rc
+ $(rc) -r /i$(WXDIR)\include /i$(WXDIR)\contrib\include -fo$@ $(PROGRAM).rc
clean:
-erase $(OBJECTS)