# HG changeset patch # User pyon@macmini # Date 1320062722 -32400 # Node ID 4432aba77d6b2e187a86f8fe7f3fd7147757dc08 # Parent c540dc3eabe572b6dd7dba6743211c3ec00a6a1c fix makefile. diff -r c540dc3eabe5 -r 4432aba77d6b makefile --- a/makefile Wed Oct 26 20:40:53 2011 +0900 +++ b/makefile Mon Oct 31 21:05:22 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 25-Oct-2011. +# Last Change: 27-Oct-2011. # by Takayuki Mutoh # @@ -74,8 +74,7 @@ OBJ = $(OBJDIR)/main.o \ $(OBJDIR)/myframe.o \ - $(OBJDIR)/param.o \ - $(OBJDIR)/dirview.o + $(OBJDIR)/param.o ifdef COMSPEC OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o endif