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