changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD)

git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@411 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-05-13 21:49:06 +00:00
parent 5d9ce6e093
commit e25bc826e7
10 changed files with 31 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ CXX = g++
endif
ifndef CXXFLAGS
CXXFLAGS = -Wall -pedantic -O2 -I/usr/local/include -I.. -L/usr/local/lib
CXXFLAGS = -Wall -O2 -I/usr/local/include -I.. -L/usr/local/lib
endif
export CXX