Browse Source

Added a build dependency to Generator in the Parser project.

pull/1/head
triton 13 years ago
parent
commit
669219118e
  1. 2
      src/Parser/Parser.lua

2
src/Parser/Parser.lua

@ -10,7 +10,7 @@ project "Parser"
language "C++" language "C++"
SetupNativeProject() SetupNativeProject()
dependson "Bridge" dependson { "Bridge", "Generator" }
flags { common_flags, "Managed" } flags { common_flags, "Managed" }
-- usingdirs is only supported in per-file configs in our -- usingdirs is only supported in per-file configs in our

Loading…
Cancel
Save