mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
64 lines
965 B
Text
64 lines
965 B
Text
// -*- MPC -*-
|
|
// $Id: ETCL.mpc 90826 2010-06-24 09:07:33Z johnnyw $
|
|
|
|
project(ACE_ETCL) : acelib, install, ace_output {
|
|
sharedname = ACE_ETCL
|
|
dynamicflags += ACE_ETCL_BUILD_DLL
|
|
|
|
Source_Files {
|
|
ETCL_Constraint.cpp
|
|
ETCL_Constraint_Visitor.cpp
|
|
}
|
|
|
|
Header_Files {
|
|
ETCL_Constraint.h
|
|
ETCL_Constraint_Visitor.h
|
|
ace_etcl_export.h
|
|
}
|
|
|
|
Inline_Files {
|
|
ETCL_Constraint.inl
|
|
}
|
|
|
|
Template_Files {
|
|
}
|
|
|
|
Pkgconfig_Files {
|
|
ACE_ETCL.pc.in
|
|
}
|
|
|
|
specific {
|
|
install_dir = ace/ETCL
|
|
}
|
|
}
|
|
|
|
project(ACE_ETCL_Parser) : acelib, ace_etcl, install, ace_output {
|
|
sharedname = ACE_ETCL_Parser
|
|
dynamicflags += ETCL_PARSER_BUILD_DLL
|
|
|
|
Source_Files {
|
|
ETCL_Interpreter.cpp
|
|
ETCL_l.cpp
|
|
ETCL_y.cpp
|
|
}
|
|
|
|
Header_Files {
|
|
ETCL_Interpreter.h
|
|
ETCL_y.h
|
|
etcl_parser_export.h
|
|
}
|
|
|
|
Inline_Files {
|
|
}
|
|
|
|
Template_Files {
|
|
}
|
|
|
|
Pkgconfig_Files {
|
|
ACE_ETCL_Parser.pc.in
|
|
}
|
|
|
|
specific {
|
|
install_dir = ace/ETCL
|
|
}
|
|
}
|