mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
15 lines
305 B
Text
15 lines
305 B
Text
// -*- 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
|
|
}
|
|
}
|