css_enhanced_waf/game/shared/tf/tf_gcmessages_include.vpc

31 lines
573 B
Text
Raw Normal View History

2020-04-22 18:56:21 +02:00
$Project
{
$Folder "Source Files"
{
$File "$SRCDIR\game\shared\tf\tf_gcmessages.cpp"
}
$Folder "Header Files"
{
$File "$SRCDIR\game\shared\tf\tf_gcmessages.h"
$File "$SRCDIR\game\shared\tf\tf_matchmaking_scoring.h"
}
$Folder "Protobuf Files"
{
$File "$SRCDIR\game\shared\tf\tf_gcmessages.proto"
$DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.h"
$DynamicFile "$GENERATED_PROTO_DIR\tf_gcmessages.pb.cc" [!$OSXALL]
{
$Configuration
{
$Compiler
{
$Create/UsePrecompiledHeader "Not Using Precompiled Headers"
}
}
}
}
}