diff makefile @ 1:e0cf49906039

start editing preview.cpp / preview.h
author pyon@macmini
date Thu, 07 Apr 2011 19:53:40 +0900
parents c174ac668e9f
children 3e756069f215
line wrap: on
line diff
--- a/makefile	Tue Apr 05 18:44:57 2011 +0900
+++ b/makefile	Thu Apr 07 19:53:40 2011 +0900
@@ -1,6 +1,6 @@
 #
 # Makefile for wxWidgets Application
-#  Last Change: 14-Feb-2011.
+#  Last Change: 07-Apr-2011.
 #  by Takayuki Mutoh
 #
 
@@ -91,6 +91,7 @@
 
 OBJ = $(OBJDIR)/main.o \
 	  $(OBJDIR)/myframe.o \
+	  $(OBJDIR)/preview.o \
 	  $(OBJDIR)/hhsdb.o \
 	  $(OBJDIR)/htmlhelp.o \
 	  $(OBJDIR)/wxsqlite3.o
@@ -122,6 +123,9 @@
 $(OBJDIR)/myframe.o: myframe.cpp myframe.h symbol.h common.h
 	$(CXX) -c $< -o $@ $(CPPFLAGS)
 
+$(OBJDIR)/preview.o: preview.cpp preview.h common.h
+	$(CXX) -c $< -o $@ $(CPPFLAGS)
+
 $(OBJDIR)/hhsdb.o: hhsdb.cpp hhsdb.h common.h
 	$(CXX) -c $< -o $@ $(CPPFLAGS)