Mercurial > mercurial > hgweb_mover2.cgi
comparison makefile @ 24:5c99c6fa50df v2.2dev v2.2
fix changing selected image color
author | pyon@macmini |
---|---|
date | Wed, 02 Nov 2011 20:47:18 +0900 |
parents | 4432aba77d6b |
children | d21de4693652 |
comparison
equal
deleted
inserted
replaced
23:a2dd16b70c08 | 24:5c99c6fa50df |
---|---|
1 # | 1 # |
2 # Makefile for wxWidgets Application | 2 # Makefile for wxWidgets Application |
3 # Last Change: 27-Oct-2011. | 3 # Last Change: 02-Nov-2011. |
4 # by Takayuki Mutoh | 4 # by Takayuki Mutoh |
5 # | 5 # |
6 | 6 |
7 # Program Name | 7 # Program Name |
8 PROGNAME = mover2 | 8 PROGNAME = mover2 |
106 $(CXX) -c $< -o $@ $(CPPFLAGS) | 106 $(CXX) -c $< -o $@ $(CPPFLAGS) |
107 | 107 |
108 $(OBJDIR)/param.o: param.cpp param.h common.h main.h | 108 $(OBJDIR)/param.o: param.cpp param.h common.h main.h |
109 $(CXX) -c $< -o $@ $(CPPFLAGS) | 109 $(CXX) -c $< -o $@ $(CPPFLAGS) |
110 | 110 |
111 #$(OBJDIR)/dirview.o: dirview.cpp dirview.h common.h | 111 #$(OBJDIR)/wxsqilte3.o: wxsqlite3.cpp |
112 # $(CXX) -c $< -o $@ $(CPPFLAGS) | 112 # $(CXX) -c $< -o $@ $(CPPFLAGS) |
113 | 113 |
114 testtune: testtune.cpp | 114 testtune: testtune.cpp |
115 $(CXX) $< -o $@ $(CPPFLAGS) $(LIBS) | 115 $(CXX) $< -o $@ $(CPPFLAGS) $(LIBS) |
116 | 116 |