Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
$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" } } } }
}
|