From c26bbc67d3c0a8e50049ecd5334a9b4e1887add7 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 6 Dec 2015 12:54:24 +0000 Subject: [PATCH] Added convert.o (convert.cpp) to the list of the source files to compile. --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index da178fc..68f72a0 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -9,7 +9,7 @@ XAB_OUT=xestiaab BMCO_HELP=tools/bitmapcode.helper BMCO_DIR=../bitmaps -MAINOBJS=main.o +MAINOBJS=main.o convert.o CEOBJS=contacteditor/frmContactEditor.o \ contacteditor/frmContactEditor-Business.o \ contacteditor/frmContactEditor-Calendar.o \ -- 2.39.2