From f0017e33c807d635121c174b962a73fbef714756 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Mon, 11 Mar 2002 19:02:33 +0000 Subject: [PATCH] Merge to HEAD --- extensions/source/scanner/makefile.mk | 11 ++++++++--- 1 file 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