summaryrefslogtreecommitdiff
path: root/salhelper/source/makefile.mk
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-16 09:08:29 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-18 16:59:48 +0200
commitd7bc3048ee87ca5cb190fe8236b354db9b9ef39e (patch)
tree2bebb42454825cb97b2c9b58ee08e9218e4bcd03 /salhelper/source/makefile.mk
parent0b943523249455c876fefdf19ba345d85f190a29 (diff)
Remove OS/2 support.
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r--salhelper/source/makefile.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index f4e54ea3c..434f266ca 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -33,7 +33,7 @@ ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
USE_DEFFILE=TRUE
-.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2"
+.IF "$(OS)" != "WNT"
UNIXVERSIONNAMES=UDK
.ENDIF # WNT
@@ -51,8 +51,6 @@ SLOFILES= \
.IF "$(GUI)" == "WNT"
SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID)
-.ELIF "$(GUI)" == "OS2"
-SHL1TARGET= salhelp$(UDK_MAJOR)
.ELSE
SHL1TARGET= uno_$(TARGET)$(COMID)
.ENDIF
@@ -71,8 +69,6 @@ DEF1NAME= $(SHL1TARGET)
SHL1VERSIONMAP=msci.map
.ELIF "$(COMNAME)"=="mscx"
SHL1VERSIONMAP=mscx.map
-.ELIF "$(GUI)"=="OS2"
-SHL1VERSIONMAP=gcc3os2.map
.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=sols.map
.ELIF "$(COMNAME)"=="gcc3"