From 669219118eba35b82db18c1d8e73814101c79c25 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 31 Jan 2013 16:41:17 +0000 Subject: [PATCH] Added a build dependency to Generator in the Parser project. --- src/Parser/Parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser/Parser.lua b/src/Parser/Parser.lua index 8774f45d..f7a2cb8b 100644 --- a/src/Parser/Parser.lua +++ b/src/Parser/Parser.lua @@ -10,7 +10,7 @@ project "Parser" language "C++" SetupNativeProject() - dependson "Bridge" + dependson { "Bridge", "Generator" } flags { common_flags, "Managed" } -- usingdirs is only supported in per-file configs in our