# File: makefile.nt
# Author: Julian Smart
# Created: 1999
-# Updated:
+# Updated:
# Copyright: (c) Julian Smart
#
# Makefile environment for building samples. Include this from
!include $(WXDIR)\src\makevc.env
-all: $(PROGRAM).exe $(EXTRATARGETS)
+all: $(PROGRAM).exe
wx:
cd $(WXDIR)\src\msw
<<
$(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)