|
|
@ -21,12 +21,19 @@ project "CppSharp.Parser.CSharp" |
|
|
|
|
|
|
|
|
|
|
|
files |
|
|
|
files |
|
|
|
{ |
|
|
|
{ |
|
|
|
"CSharp/**.cs", |
|
|
|
|
|
|
|
"**.lua" |
|
|
|
"**.lua" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
links { "CppSharp.Runtime" } |
|
|
|
links { "CppSharp.Runtime" } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration "macosx" |
|
|
|
|
|
|
|
files { "CSharp/i686-apple-darwin12.4.0/**.cs" } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration "not macosx" |
|
|
|
|
|
|
|
files { "CSharp/*.cs" } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration "" |
|
|
|
|
|
|
|
|
|
|
|
if string.starts(action, "vs") then |
|
|
|
if string.starts(action, "vs") then |
|
|
|
|
|
|
|
|
|
|
|
project "CppSharp.Parser.CLI" |
|
|
|
project "CppSharp.Parser.CLI" |
|
|
|