From 8fc9351f555cecdbb45dbf2752fea0efcaa6e0cd Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 17 May 2013 17:29:34 +0200 Subject: We are here already in non MACOSX branch Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed --- scp2/source/ooo/file_library_ooo.scp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 5cf30dab095b..03243b85aedb 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -639,7 +639,6 @@ STD_LIB_FILE( gid_File_Lib_Pl , pl) #if defined(UNX) && ! defined(MACOSX) #ifdef ENABLE_TDE -#ifndef MACOSX File gid_File_Lib_Vclplug_Tde Name = LIBNAME(vclplug_tde); LIB_FILE_BODY; @@ -647,9 +646,7 @@ File gid_File_Lib_Vclplug_Tde Dir = SCP2_OOO_BIN_DIR; End #endif -#endif #ifdef ENABLE_KDE -#ifndef MACOSX File gid_File_Lib_Vclplug_Kde Name = LIBNAME(vclplug_kde); LIB_FILE_BODY; @@ -657,9 +654,7 @@ File gid_File_Lib_Vclplug_Kde Dir = SCP2_OOO_BIN_DIR; End #endif -#endif #ifdef ENABLE_KDE4 -#ifndef MACOSX File gid_File_Lib_Vclplug_Kde4 Name = LIBNAME(vclplug_kde4); LIB_FILE_BODY; @@ -668,7 +663,6 @@ File gid_File_Lib_Vclplug_Kde4 End #endif #endif -#endif #if defined(MACOSX) File gid_File_Lib_AppleRemote -- cgit