comparison Makefile @ 26:6873e4b22c08

Makefile: small fix.
author SokoL_SD
date Fri, 15 May 2009 13:38:09 +0000
parents 3225f04441f5
children cf8a415f3f32
comparison
equal deleted inserted replaced
25:3225f04441f5 26:6873e4b22c08
71 ifeq ($(D_TARGET), d1-tango) 71 ifeq ($(D_TARGET), d1-tango)
72 D_VERSION = 1 72 D_VERSION = 1
73 else 73 else
74 D_VERSION = 2 74 D_VERSION = 2
75 endif 75 endif
76 D_CFLAGS += -Iqt/d$(D_VERSION)
76 77
77 #End. Main settings. 78 #End. Main settings.
78 79
79 ## Flags for debug version. 80 ## Flags for debug version.
80 ifeq ($(BUILD_TYPE), debug) 81 ifeq ($(BUILD_TYPE), debug)