Kaydet (Commit) 72a72ed2 authored tarafından Kurt Zenker's avatar Kurt Zenker

#i87946# disable ENABLE_LAYOUT if not TRUE

üst 62fb7a2c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.pmk,v $ # $RCSfile: makefile.pmk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: kz $ $Date: 2008-03-06 11:55:48 $ # last change: $Author: kz $ $Date: 2008-04-07 12:54:06 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -46,4 +46,6 @@ CFLAGS += -xldscope=hidden ...@@ -46,4 +46,6 @@ CFLAGS += -xldscope=hidden
.IF "$(ENABLE_LAYOUT)" == "TRUE" .IF "$(ENABLE_LAYOUT)" == "TRUE"
CFLAGS+=-I$(PRJ)/inc/layout CFLAGS+=-I$(PRJ)/inc/layout
CFLAGS+=-DENABLE_LAYOUT=1 -DTEST_LAYOUT=1 CFLAGS+=-DENABLE_LAYOUT=1 -DTEST_LAYOUT=1
.ELSE
CFLAGS+=-DENABLE_LAYOUT=0
.ENDIF # ENABLE_LAYOUT == TRUE .ENDIF # ENABLE_LAYOUT == TRUE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment