Add "start_date" and "end_date" into accounts properties

This commit is contained in:
2017-10-13 15:30:18 +02:00
parent 74ca6a2285
commit 3684c324c0
12 changed files with 259 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ CXXFLAGS+=-Wall
ifdef WIN32
CXXFLAGS+=-DRESOURCES_ROOT="\"./resources/\"" -static
else
CXXFLAGS+=-DRESOURCES_ROOT="\"$(SHARE_DIR)\"" -ggdb -fPIC
CXXFLAGS+=-DRESOURCES_ROOT="\"$(SHARE_DIR)\"" -ggdb -fPIC -O0
# For developpers
#CXXFLAGS+=-DRESOURCES_ROOT="\"./resources/\""
endif