summaryrefslogtreecommitdiff
path: root/game/shared/econ_gcmessages_include.vpc
blob: a95b3056e281fbbd929e4091e857f52493cf4832 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$Project
{
	$Folder "Protobuf Files"
	{
		$File "$SRCDIR/game/shared/econ/econ_gcmessages.proto"
		$Folder "Generated Files" [!$OSXALL]
		{
			$DynamicFile "$GENERATED_PROTO_DIR/econ_gcmessages.pb.h"
			$DynamicFile "$GENERATED_PROTO_DIR/econ_gcmessages.pb.cc"
			{
				$Configuration
				{
					$Compiler 
					{
						$Create/UsePrecompiledHeader	"Not Using Precompiled Headers" [$WINDOWS]
					}
				}
			}
		}
	}
}