fps_kde and fps_kde4 are no more

This commit is contained in:
Matúš Kukan
2012-04-03 02:06:48 +02:00
parent 8464e31130
commit 19b7edb9c6
3 changed files with 0 additions and 26 deletions

View File

@@ -489,12 +489,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
$(if $(filter $(OS),WNT), \
fps_odma \
) \
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
fps_kde \
) \
$(if $(filter $(GUIBASE)$(ENABLE_KDE4),unxTRUE), \
fps_kde4 \
) \
))
ifeq ($(OS),WNT)

View File

@@ -375,10 +375,6 @@ my_components += mozbootstrap
.END
.ENDIF
.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""
my_components += component/fpicker/source/unx/kde4/fps_kde4
.END
.IF "$(OS)" != "WNT" && "$(OS)" != "ANDROID" && "$(OS)" != "IOS" && "$(OS)" != "headless"
my_components += cmdmail
.END

View File

@@ -502,24 +502,8 @@ File gid_File_Lib_Desktopbe
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
End
#ifdef ENABLE_KDE4
#ifndef MACOSX
File gid_File_Lib_Fps_Kde4
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde4.uno);
End
#endif
#endif
#ifdef ENABLE_KDE
#ifndef MACOSX
File gid_File_Lib_Fps_Kde
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde.uno);
End
File gid_File_Bin_KdeFilePicker
BIN_FILE_BODY;
Styles = (PACKED);