summaryrefslogtreecommitdiffstats
path: root/vcl/util/makefile.pmk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 13:47:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 13:47:24 +0000
commit57ad555c40507180e5a8456e4611224df5651bcc (patch)
treec7640ff92978f588ab1be1af3d4970452adba62d /vcl/util/makefile.pmk
parentINTEGRATION: CWS vclcleanup02 (1.49.12); FILE MERGED (diff)
downloadcore-57ad555c40507180e5a8456e4611224df5651bcc.tar.gz
core-57ad555c40507180e5a8456e4611224df5651bcc.zip
INTEGRATION: CWS vclcleanup02 (1.14.132); FILE MERGED
2003/12/16 18:15:52 mt 1.14.132.2: #i23061# And more cleanups... 2003/12/05 13:29:22 mt 1.14.132.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code
Diffstat (limited to 'vcl/util/makefile.pmk')
-rw-r--r--vcl/util/makefile.pmk16
1 files changed, 2 insertions, 14 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index 041d3bc01b22..d0b9be715f29 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: hr $ $Date: 2003-07-16 17:47:17 $
+# last change: $Author: vg $ $Date: 2004-01-06 14:47:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -59,14 +59,8 @@
#
#
#*************************************************************************
-PROJECTPCH4DLL=TRUE
-PROJECTPCH=vclpch
-PROJECTPCHSOURCE=$(PRJ)$/util$/vclpch
PDBTARGET=vcl
-.IF "$(remote)" != ""
-USE_BUILTIN_RASTERIZER=true
-.ENDIF
.IF "$(GUI)" == "UNX"
USE_BUILTIN_RASTERIZER=true
.ENDIF
@@ -74,9 +68,3 @@ USE_BUILTIN_RASTERIZER=true
.IF "$(USE_BUILTIN_RASTERIZER)" != ""
ENVCDEFS += -DUSE_BUILTIN_RASTERIZER
.ENDIF
-
-ENABLE_CTL=true
-.IF "$(ENABLE_CTL)" != ""
-ENVCDEFS += -DENABLE_CTL
-.ENDIF
-