Kaydet (Commit) eedfbf5b authored tarafından Michael Stahl's avatar Michael Stahl

fdo#42865: let's try map file for windows only

üst 6c1ac01a
......@@ -83,7 +83,11 @@ SHL1STDLIBS= \
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
.IF "$(GUI)"=="WNT"
SHL1VERSIONMAP = $(SOLARENV)/src/component.map
.ELSE # just a quick hack for GCC fdo#42865
SHL1USE_EXPORTS = name
.ENDIF
# ---- test object ----
......@@ -102,7 +106,12 @@ SHL2STDLIBS= \
SHL2LIBS= $(LIB2TARGET)
SHL2DEF= $(MISC)$/$(SHL2TARGET).def
DEF2NAME= $(SHL2TARGET)
.IF "$(GUI)"=="WNT"
SHL2VERSIONMAP = $(SOLARENV)/src/component.map
.ELSE # just a quick hack for GCC fdo#42865
SHL2USE_EXPORTS = name
.ENDIF
SHL3TARGET = $(ENFORCEDSHLPREFIX)constructors.uno
SHL3OBJS = $(SLO)$/constructors.obj
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment