summaryrefslogtreecommitdiffstats
path: root/src/database/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-1/+1
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2018-06-28database: remove correct binary on cleanSebastian Reichel1-1/+1
2015-10-28update to libgee-0.8Sebastian Reichel1-1/+1
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-04-28put database location into config fileSebastian Reichel1-1/+1
2013-04-28rename db to databaseSebastian Reichel1-2/+2
2013-03-26code restructureSebastian Reichel1-0/+9