summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2011-11-13 02:19:04 +0000
committerPedro Giffuni <pfg@apache.org>2011-11-13 02:19:04 +0000
commit727f5b8f9d8e2b2b2cec656945bc640a89b6bbe2 (patch)
treec2ae87f70f84708ac3d6668d95a149df175e04d5 /connectivity/source/drivers
parent4f41eaca1c5a0d68aa20f31728d5acc42bcab51e (diff)
i118582: OS/2 port - more misc. changes by ydario.
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r--connectivity/source/drivers/hsqldb/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk
index d0e22fde8970..3a34497dfebb 100644
--- a/connectivity/source/drivers/hsqldb/makefile.mk
+++ b/connectivity/source/drivers/hsqldb/makefile.mk
@@ -85,7 +85,9 @@ SLOFILES=\
$(SLO)$/HTools.obj \
$(SLO)$/accesslog.obj
+.IF "$(GUI)" != "OS2"
SHL1VERSIONMAP=$(HSQLDB_TARGET).map
+.ENDIF
# --- Library -----------------------------------
# NO $(DLLPOSTFIX) otherwise we have to find on which plattform we are for the java files
@@ -109,7 +111,9 @@ SHL1IMPLIB= i$(HSQLDB_TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
+.IF "$(GUI)" != "OS2"
DEF1EXPORTFILE= exports.dxp
+.ENDIF
# --- Targets ----------------------------------