Mercurial > mercurial > hgweb_searcher2.cgi
changeset 18:2221c7aa5958
change makefile for Ccn-Frame.
author | pyon@macmini |
---|---|
date | Wed, 13 Jul 2011 21:11:26 +0900 |
parents | 17e78fc76e1f |
children | 710be7b6a873 |
files | makefile |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Wed Jul 13 21:09:10 2011 +0900 +++ b/makefile Wed Jul 13 21:11:26 2011 +0900 @@ -1,6 +1,6 @@ # # Makefile for wxWidgets Application -# Last Change: 18-Apr-2011. +# Last Change: 13-Jul-2011. # by Takayuki Mutoh # @@ -74,6 +74,7 @@ OBJ = $(OBJDIR)/main.o \ $(OBJDIR)/myframe.o \ + $(OBJDIR)/ccnframe.o \ $(OBJDIR)/preview.o \ $(OBJDIR)/hhsdb.o \ $(OBJDIR)/htmlhelp.o \ @@ -106,6 +107,9 @@ $(OBJDIR)/myframe.o: myframe.cpp myframe.h symbol.h common.h $(CXX) -c $< -o $@ $(CPPFLAGS) +$(OBJDIR)/ccnframe.o: ccnframe.cpp ccnframe.h symbol.h common.h + $(CXX) -c $< -o $@ $(CPPFLAGS) + $(OBJDIR)/preview.o: preview.cpp preview.h common.h $(CXX) -c $< -o $@ $(CPPFLAGS)