From 0533b5cefcaa630c8240d4907ff2a6d83c6b2789 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 18 Jun 2013 12:16:48 -0400 Subject: [PATCH] Fixed Dota build. --- core/AMBuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/core/AMBuilder b/core/AMBuilder index 5ddc2eed..507c45c2 100644 --- a/core/AMBuilder +++ b/core/AMBuilder @@ -112,6 +112,7 @@ for i in SM.sdkInfo: binary.AddSourceFiles(AMBuild.cache[sdk['sdk']], files) elif i == 'dota': files = [ + os.path.join('public', 'engine', 'protobuf', 'networkbasetypes.pb.cc'), os.path.join('public', 'engine', 'protobuf', 'netmessages.pb.cc'), os.path.join('public', 'game', 'shared', 'protobuf', 'ai_activity.pb.cc'), os.path.join('public', 'game', 'shared', 'protobuf', 'usermessages.pb.cc'),