summaryrefslogtreecommitdiff
path: root/cppu/source/helper
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-29 23:42:11 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-30 11:13:32 +0300
commite081225623ee71557d28afe9a1fbeeeb80faa798 (patch)
tree297bb7c3f4ca48a5d12bbe5e2fc52acd662861f1 /cppu/source/helper
parentc908467f098bf1e8be7c5d7fddaf66c5506675af (diff)
Tweak some DLL and import library names in the WNTGCC case
Diffstat (limited to 'cppu/source/helper')
-rw-r--r--cppu/source/helper/purpenv/export.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/cppu/source/helper/purpenv/export.mk b/cppu/source/helper/purpenv/export.mk
index 004787e4f45c..6ffea2e6a576 100644
--- a/cppu/source/helper/purpenv/export.mk
+++ b/cppu/source/helper/purpenv/export.mk
@@ -1,15 +1,8 @@
-.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
+.IF "$(COM)"=="GCC"
NAMEpurpenv_helper := uno_purpenvhelper$(COMID)
-
purpenv_helper_LIB := -l$(NAMEpurpenv_helper)
-
.ELSE
NAMEpurpenv_helper := purpenvhelper$(UDK_MAJOR)$(COMID)
-.IF "$(COM)"=="GCC"
-purpenv_helper_LIB := -l$(NAMEpurpenv_helper)
-.ELSE
purpenv_helper_LIB := $(LIBPRE) i$(NAMEpurpenv_helper).lib
.ENDIF
-
-.ENDIF