diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-17 17:29:34 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-05-17 17:30:45 +0200 |
commit | 8fc9351f555cecdbb45dbf2752fea0efcaa6e0cd (patch) | |
tree | ee12e084250b77cb153bcc1387cd76da5b5d1d3a /scp2/source | |
parent | 59d6bde4045e928b5d68fb23e3340fa0e48f3e33 (diff) |
We are here already in non MACOSX branch
Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 0 insertions, 6 deletions
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 |