blob: c3bd71c3b85f9af06e6d6d9f6ec33a4f2b0ed652 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$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"
}
}
}
}
}
|