X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FMakefile;h=7634f0387ccc5480f1632e884bf9a561aaf1777a;hp=b9ce324484d33fda532544e1dba4f644622162a1;hb=616ddd1b189837e5a7d1d6953534115be44f477b;hpb=a245ca84f8c7aacc34c966c4b8c6ca34a0fa0c1c diff --git a/source/Makefile b/source/Makefile index b9ce324..7634f03 100644 --- a/source/Makefile +++ b/source/Makefile @@ -1,7 +1,7 @@ CPP=g++ STRIP=strip -BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 -Os -I./common -ggdb -CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 -Os -I./common -ggdb +BMCO_CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 -I./common -ggdb +CPPFLAGS=`xml2-config --cflags` `wx-config --cxxflags` -std=c++11 -I./common -ggdb BMCO_CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 CPPLIBS=`wx-config --libs` `curl-config --libs` -lxml2 -Llibraries -lCalendarDataStorage -lsqlite3 CDSLIBS=-lsqlite3 @@ -19,7 +19,7 @@ BMCOOBJS=tools/bitmapcode.o COMMONOBJS=common/monthviewgen.o common/file.o common/text.o \ common/uuid.o common/preferences.o common/dirs.o common/defaults.o \ common/random.o common/svrblist.o -FORM_MAINOBJS=forms/main/frmMain.o +FORM_MAINOBJS=forms/main/frmMain.o forms/main/frmMain-Window.o FORM_UPDATEOBJS=forms/update/frmUpdate.o FORM_EDITACCOUNTOBJS=forms/editaccount/frmEditAccount.o FORM_NEWACCOUNTOBJS=forms/newaccount/frmNewAccount.o