summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 11:45:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 11:45:01 +0000
commitdd741b81268046e18c27dbab99f19df02a8b35c1 (patch)
tree165584144cbabb52bf5213d584ef6f6f367a8dc4 /vcl/aqua
parentb2d3ca24625e9a6c64049a4bc7ddfbd2a1f319c2 (diff)
INTEGRATION: CWS vclcleanup02 (1.7.350); FILE MERGED
2003/12/16 18:15:00 mt 1.7.350.1: #i23061# And more cleanups...
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/gdi/makefile.mk20
1 files changed, 2 insertions, 18 deletions
diff --git a/vcl/aqua/source/gdi/makefile.mk b/vcl/aqua/source/gdi/makefile.mk
index ccd241ed3b8a..94c71c35bd74 100644
--- a/vcl/aqua/source/gdi/makefile.mk
+++ b/vcl/aqua/source/gdi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2002-08-27 11:38:24 $
+# last change: $Author: vg $ $Date: 2004-01-06 12:45:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,22 +95,6 @@ SLOFILES= $(SLO)$/salmathutils.obj \
$(SLO)$/salbmp.obj \
$(SLO)$/salogl.obj
-.IF "$(UPDATER)"=="YES"
-OBJFILES= $(OBJ)$/salmathutils.obj \
- $(OBJ)$/salrectangleutils.obj \
- $(OBJ)$/salcolorutils.obj \
- $(OBJ)$/salpixmaputils.obj \
- $(OBJ)$/salgdiutils.obj \
- $(OBJ)$/salatsuifontutils.obj \
- $(OBJ)$/salfontutils.obj \
- $(OBJ)$/salgdi.obj \
- $(OBJ)$/VCLGraphics.obj \
- $(OBJ)$/salvd.obj \
- $(OBJ)$/salprn.obj \
- $(OBJ)$/salbmp.obj \
- $(OBJ)$/salogl.obj
-.ENDIF
-
.ENDIF # "$(GUIBASE)"!="aqua"
# --- Targets ------------------------------------------------------