diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-21 09:24:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-21 18:16:42 +0200 |
commit | 149deaca814f21247497b9f7830567044682ecfa (patch) | |
tree | 0fc44e9359276b9735c83ebb11e6ea6ee2d94d51 /scp2 | |
parent | b403695bee563b54cd37e09a7b11b95a21a94958 (diff) |
Correctly use SCP2_OOO_BIN_DIR for libs in basis layer.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/kde/file_kde.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/kde/file_kde.scp b/scp2/source/kde/file_kde.scp index 3d139b797d67..4faff6961b96 100644 --- a/scp2/source/kde/file_kde.scp +++ b/scp2/source/kde/file_kde.scp @@ -39,7 +39,7 @@ End File gid_File_Lib_Kde4be TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Program; + Dir = SCP2_OOO_BIN_DIR; Name = STRING(CONCAT2(kde4be1.uno,UNXSUFFIX)); End #endif diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index cb63e783f318..ab305c5f3e30 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -504,7 +504,7 @@ End File gid_File_Lib_Fps_Kde4 TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Program; + Dir = SCP2_OOO_BIN_DIR; Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde4.uno); End #endif @@ -514,7 +514,7 @@ End File gid_File_Lib_Fps_Kde TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Program; + Dir = SCP2_OOO_BIN_DIR; Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde.uno); End File gid_File_Bin_KdeFilePicker @@ -584,7 +584,7 @@ End File gid_File_Lib_Pixman TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Program; + Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX Name = "libpixman-1.a"; @@ -1014,7 +1014,7 @@ File gid_File_Lib_Vclplug_Kde4 Name = LIBNAME(vclplug_kde4); TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Program; + Dir = SCP2_OOO_BIN_DIR; End #endif #endif |