Kaydet (Commit) adedf52a authored tarafından Herbert Duerr's avatar Herbert Duerr

#97492# switch on ENABLE_CTL

üst 35bc7bb2
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
# $Revision: 1.10 $
# $Revision: 1.11 $
#
# last change: $Author: pl $ $Date: 2001-08-27 09:42:36 $
# last change: $Author: hdu $ $Date: 2002-04-23 07:42:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -63,6 +63,7 @@ PROJECTPCH4DLL=TRUE
PROJECTPCH=vclpch
PROJECTPCHSOURCE=$(PRJ)$/util$/vclpch
PDBTARGET=vcl
.IF "$(OS)"=="MACOSX"
GUIBASE=aqua
.ENDIF
......@@ -80,3 +81,8 @@ USE_BUILTIN_RASTERIZER=true
ENVCFLAGS += -DUSE_BUILTIN_RASTERIZER
.ENDIF
ENABLE_CTL=true
.IF "$(ENABLE_CTL)" != ""
ENVCFLAGS += -DENABLE_CTL
.ENDIF
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