From: Steve Brokenshire Date: Sun, 6 Dec 2015 12:54:24 +0000 (+0000) Subject: Added convert.o (convert.cpp) to the list of the source files to compile. X-Git-Tag: release-0.09~255 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=c26bbc67d3c0a8e50049ecd5334a9b4e1887add7 Added convert.o (convert.cpp) to the list of the source files to compile. --- 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 \