csgo-2018-source/vpc_scripts/netmessages_include.vpc
2021-07-24 21:11:47 -07:00

25 lines
428 B
Plaintext

$MacroRequired PROTOBUF_BUILDER_INCLUDED
$Project
{
$Folder "Protobuf Files"
{
$File "$SRCDIR\common\netmessages.proto"
$Folder "Generated Files"
{
$DynamicFile "$GENERATED_PROTO_DIR\netmessages.pb.h"
$DynamicFile "$GENERATED_PROTO_DIR\netmessages.pb.cc"
{
$Configuration
{
$Compiler [$WINDOWS]
{
$Create/UsePrecompiledHeader "Not Using Precompiled Headers"
}
}
}
}
}
}