Browse Source

Fixed the Parser build: it should not depend on the Generator project.

pull/1/head
triton 13 years ago
parent
commit
e5364bfb6f
  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", "Generator" } dependson { "Bridge" }
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