mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
* Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
// -*- MPC -*-
|
|
// $Id: token.mpb 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
feature(ace_token) {
|
|
macros -= ACE_LACKS_ACE_TOKEN
|
|
|
|
Source_Files(ACE_COMPONENTS) {
|
|
Local_Tokens.cpp
|
|
Remote_Tokens.cpp
|
|
Token_Collection.cpp
|
|
Token_Invariants.cpp
|
|
Token_Manager.cpp
|
|
Token_Request_Reply.cpp
|
|
}
|
|
}
|