X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FMakefile;h=7634f0387ccc5480f1632e884bf9a561aaf1777a;hp=b9ce324484d33fda532544e1dba4f644622162a1;hb=0c16b6458c0fdc03b94288c17d7a685b95f122fc;hpb=e931cd1ed2b20f567559577646dccc1aec23ef16 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