Kaydet (Commit) 364dbc66 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

harmonize OGLTrans.uno library name on MacOs with the rest of the world

üst 54ebdf3c
...@@ -47,7 +47,6 @@ gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_c ...@@ -47,7 +47,6 @@ gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_c
gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst OGLTrans:OGLTrans%,OGLTrans:libOGLTrans%,$(gb_Library_FILENAMES))
endif endif
......
...@@ -41,11 +41,7 @@ File gid_File_Lib_OpenGLTransitions ...@@ -41,11 +41,7 @@ File gid_File_Lib_OpenGLTransitions
Styles = (PACKED); Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR; Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX #ifdef UNX
#ifdef QUARTZ
Name = STRING(CONCAT2(libOGLTrans.uno,UNXSUFFIX));
#else
Name = STRING(CONCAT2(OGLTrans.uno,UNXSUFFIX)); Name = STRING(CONCAT2(OGLTrans.uno,UNXSUFFIX));
#endif
#else #else
Name = "OGLTrans.uno.dll"; Name = "OGLTrans.uno.dll";
#endif #endif
......
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