From 4aba8d5cec9544080c79802bb6c120a2a1dd1fe8 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 18 Sep 2011 16:36:58 -0400 Subject: convert eventattacher to gbuild and add to tail_build --- scp2/source/ooo/file_library_ooo.scp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 6849d2d53cfb..cb63e783f318 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -450,16 +450,7 @@ STD_LIB_FILE( gid_File_Lib_Evoab , evoab) #endif // #ifdef UNX -File gid_File_Lib_Evtatt - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - Name = STRING(CONCAT2(libevtatt,UNXSUFFIX)); - #else - Name = "evtatt.dll"; - #endif -End +STD_LIB_FILE(gid_File_Lib_Evtatt, evtatt) SPECIAL_LIB_FILE(gid_File_Lib_Fileacc,fileacc) -- cgit