mirror of https://github.com/mono/CppSharp.git
29 changed files with 20 additions and 25 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
project "CppSharp.AST" |
||||
|
||||
kind "SharedLib" |
||||
language "C#" |
||||
location "." |
||||
|
||||
files { "*.cs" } |
||||
links { "System" } |
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
project "Bridge" |
||||
|
||||
kind "SharedLib" |
||||
language "C#" |
||||
location "." |
||||
|
||||
files { "*.cs" } |
||||
links { "System" } |
||||
|
||||
if _ACTION == "clean" then |
||||
os.rmdir("lib") |
||||
end |
||||
|
Loading…
Reference in new issue