Difference for arch/win32/makefile from version 1.6 to 1.7


version 1.6 version 1.7
Line 38
 
Line 38
  rc /i include /fo $@ /r $<   rc /i include /fo $@ /r $<
   
 $(LIBDIR)d1x_res.o: d1x_res.rc  $(LIBDIR)d1x_res.o: d1x_res.rc
  windres --include include -o $@ $<   $(WINDRES) --include include -o $@ $<
   
 CFLAGS += -I$(TOPDIR)/main -Iinclude  CFLAGS += -I$(TOPDIR)/main -Iinclude

Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7