diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-09-18 16:36:58 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-09-18 19:18:15 -0400 |
commit | 4aba8d5cec9544080c79802bb6c120a2a1dd1fe8 (patch) | |
tree | 585bfdc6ac4c8f8b58bbfee13a64ef384edf3da5 /scp2 | |
parent | 4478b739ddade09425d496cbddee1542fdfd5e9b (diff) |
convert eventattacher to gbuild and add to tail_build
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 11 |
1 files changed, 1 insertions, 10 deletions
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) |