diff Makefile @ 1:f40a65687079

small fix.
author pyon@macmini
date Mon, 10 Jun 2019 05:56:36 +0900
parents 2f5584f0d127
children 45d4fd954c31
line wrap: on
line diff
--- a/Makefile	Sat Jun 08 16:21:40 2019 +0900
+++ b/Makefile	Mon Jun 10 05:56:36 2019 +0900
@@ -1,5 +1,5 @@
 # Makefile for wxWidgets Application
-# Last Change: 2019-06-06 –Ø 16:07:28.
+# Last Change: 2019-06-10 Mon 05:55:50.
 # by Takayuki Mutoh
 #
 
@@ -38,6 +38,7 @@
 	  $(OBJDIR)/appconf.o \
 	  $(OBJDIR)/util.o \
 	  $(OBJDIR)/custom.o \
+	  #$(OBJDIR)/wxsqlite3.o \
 	  $(OBJDIR)/mainframe.o
 
 ifdef COMSPEC
@@ -72,6 +73,9 @@
 $(OBJDIR)/mainframe.o: mainframe.cpp mainframe.h custom.h appconf.h id.h
 	$(CXX) -c $< -o $@ $(CXXFLAGS)
 
+$(OBJDIR)/wxsqlite3.o: wxsqlite3.cpp wx/wxsqlite3.h
+	$(CXX) -c $< -o $@ $(CXXFLAGS)
+
 
 # for icon
 ifdef COMSPEC