From 47ce8460b0403981528a8ebfc69945586b9374ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Jan 2012 12:03:34 +0200 Subject: Add SQL Server directory --- makefile | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index e7184f9..576792d 100644 --- a/makefile +++ b/makefile @@ -5,24 +5,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -all_dirs := libcommon common mysql sqlite pgsql oracle boost qt +all_dirs := libcommon common mysql sqlite pgsql oracle mssql boost qt dirs := common boost qt - -ifeq ($(db_id),mysql) -dirs += mysql -endif - -ifeq ($(db_id),sqlite) -dirs += sqlite -endif - -ifeq ($(db_id),pgsql) -dirs += pgsql -endif - -ifeq ($(db_id),oracle) -dirs += oracle -endif +dirs += $(db_id) default := $(out_base)/ dist := $(out_base)/.dist -- cgit v1.1