Kaydet (Commit) 9dd350df authored tarafından Yuri Dario's avatar Yuri Dario

i118923 - OS/2 port: use 8.3 names for lingucomponent libraries.

üst c4997ba1
......@@ -24,7 +24,11 @@
PRJ=..$/..
PRJNAME=lingucomponent
.IF "$(GUI)"=="OS2"
TARGET=guesslan
.ELSE
TARGET=guesslang
.ENDIF
ENABLE_EXCEPTIONS=TRUE
......
......@@ -62,7 +62,11 @@ SLOFILES= \
$(SLO)$/nthesimp.obj
.IF "$(GUI)"=="OS2"
REALNAME:=$(TARGET)
.ELSE
REALNAME:=$(TARGET).uno
.ENDIF
SHL1TARGET= $(REALNAME)$(DLLPOSTFIX)
SHL1STDLIBS= \
......
......@@ -1536,7 +1536,11 @@ SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
File gid_File_Lib_Lnth
TXT_FILE_BODY;
Styles = (PACKED);
#ifdef OS2
Name = LIBNAME(lnth);
#else
Name = LIBNAME(lnth.uno);
#endif
Dir = SCP2_OOO_BIN_DIR;
End
......
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