summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-05-31 16:09:39 +0000
committerKurt Zenker <kz@openoffice.org>2005-05-31 16:09:39 +0000
commit0f6058238bec731b45b30c248e3c6b4f5cd6daa9 (patch)
treedd42fecd92acd7df2a106e8740c9e779483c14e1 /extensions/source/scanner/makefile.mk
parent4d17c048058fa9f46f03f525e3ea4f4b1d228c9e (diff)
INTEGRATION: CWS macosx07 (1.12.98); FILE MERGED
2005/05/10 20:06:04 ericb 1.12.98.1: i48285 libscn can now be build on Mac OSX
Diffstat (limited to 'extensions/source/scanner/makefile.mk')
-rw-r--r--extensions/source/scanner/makefile.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk
index 4965a005937b..98683f74c515 100644
--- a/extensions/source/scanner/makefile.mk
+++ b/extensions/source/scanner/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: obo $ $Date: 2004-11-19 09:40:05 $
+# last change: $Author: kz $ $Date: 2005-05-31 17:09:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,10 +94,7 @@ 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
@@ -155,7 +152,6 @@ SHL1VERSIONMAP=exports.map
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
-.ENDIF # "$(OS)"=="MACOSX"
# --- Targets ------------------------------------------------------