summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-03-11 19:02:33 +0000
committerSander Vesik <svesik@openoffice.org>2002-03-11 19:02:33 +0000
commitf0017e33c807d635121c174b962a73fbef714756 (patch)
tree4a0009d2554c7e6f539429c2fbd1ebdb6b868364 /extensions/source/scanner
parentd039bd2c277106fa66b6c3f39ca6cd53766a77d5 (diff)
Merge to HEAD
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/makefile.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk
index 1e5742ecbb8d..3cf0fcdbaee8 100644
--- a/extensions/source/scanner/makefile.mk
+++ b/extensions/source/scanner/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:16:52 $
+# last change: $Author: svesik $ $Date: 2002-03-11 20:02:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -93,7 +93,10 @@ UNOTYPES=\
com.sun.star.scanner.ScannerException
# --- Files --------------------------------------------------------
-
+.IF "$(OS)"=="MACOSX"
+dummy:
+ @echo "Nothing to build for Mac OS X"
+.ELSE
SLOFILES=\
$(SLO)$/scnserv.obj \
$(SLO)$/scanner.obj
@@ -142,6 +145,8 @@ SHL1LIBS=$(SLB)$/$(TARGET).lib
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
+.ENDIF # "$(OS)"=="MACOSX"
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk