diff Makefile.gen @ 213:131463be208b

Split the custom SQL models code into sqlmodels.cpp
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Dec 2017 11:28:00 +0200
parents e6a2658ae096
children c3f47d489097
line wrap: on
line diff
--- a/Makefile.gen	Tue Nov 21 12:31:58 2017 +0200
+++ b/Makefile.gen	Mon Dec 18 11:28:00 2017 +0200
@@ -25,7 +25,7 @@
 APP_SRC=src/
 APP_IMG=img/
 APP_BIN=$(BINPATH)Syntilista$(EXEEXT)
-APP_OBJS=main.o printing.o resources.o moc_main.o
+APP_OBJS=main.o sqlmodels.o printing.o resources.o moc_main.o
 APP_VERSION := $(shell cat VERSION)
 comma:= ,
 APP_VERSION_COM := $(subst .,$(comma),$(APP_VERSION))