summaryrefslogtreecommitdiff
path: root/cppu/source/helper/purpenv/export.mk
blob: 7e5e9d04d1d2a07a69ffc77fae4c21bd99c887c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
NAMEpurpenv_helper := uno_purpenvhelper$(COMID)

purpenv_helper_LIB := -l$(NAMEpurpenv_helper)

.ELIF "$(GUI)"=="OS2"
NAMEpurpenv_helper := purpeh$(UDK_MAJOR)
purpenv_helper_LIB := i$(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