Mercurial > mercurial > hgweb_madnm.cgi
comparison Makefile @ 1:f40a65687079
small fix.
author | pyon@macmini |
---|---|
date | Mon, 10 Jun 2019 05:56:36 +0900 |
parents | 2f5584f0d127 |
children | 45d4fd954c31 |
comparison
equal
deleted
inserted
replaced
0:2f5584f0d127 | 1:f40a65687079 |
---|---|
1 # Makefile for wxWidgets Application | 1 # Makefile for wxWidgets Application |
2 # Last Change: 2019-06-06 –Ø 16:07:28. | 2 # Last Change: 2019-06-10 Mon 05:55:50. |
3 # by Takayuki Mutoh | 3 # by Takayuki Mutoh |
4 # | 4 # |
5 | 5 |
6 PROGNAME = madnm | 6 PROGNAME = madnm |
7 | 7 |
36 | 36 |
37 OBJ = $(OBJDIR)/main.o \ | 37 OBJ = $(OBJDIR)/main.o \ |
38 $(OBJDIR)/appconf.o \ | 38 $(OBJDIR)/appconf.o \ |
39 $(OBJDIR)/util.o \ | 39 $(OBJDIR)/util.o \ |
40 $(OBJDIR)/custom.o \ | 40 $(OBJDIR)/custom.o \ |
41 #$(OBJDIR)/wxsqlite3.o \ | |
41 $(OBJDIR)/mainframe.o | 42 $(OBJDIR)/mainframe.o |
42 | 43 |
43 ifdef COMSPEC | 44 ifdef COMSPEC |
44 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o | 45 OBJMSW = $(OBJ) $(OBJDIR)/sample_rc.o |
45 endif | 46 endif |
68 | 69 |
69 $(OBJDIR)/appconf.o: appconf.cpp appconf.h | 70 $(OBJDIR)/appconf.o: appconf.cpp appconf.h |
70 $(CXX) -c $< -o $@ $(CXXFLAGS) | 71 $(CXX) -c $< -o $@ $(CXXFLAGS) |
71 | 72 |
72 $(OBJDIR)/mainframe.o: mainframe.cpp mainframe.h custom.h appconf.h id.h | 73 $(OBJDIR)/mainframe.o: mainframe.cpp mainframe.h custom.h appconf.h id.h |
74 $(CXX) -c $< -o $@ $(CXXFLAGS) | |
75 | |
76 $(OBJDIR)/wxsqlite3.o: wxsqlite3.cpp wx/wxsqlite3.h | |
73 $(CXX) -c $< -o $@ $(CXXFLAGS) | 77 $(CXX) -c $< -o $@ $(CXXFLAGS) |
74 | 78 |
75 | 79 |
76 # for icon | 80 # for icon |
77 ifdef COMSPEC | 81 ifdef COMSPEC |