mirror of https://github.com/mono/CppSharp.git
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
project "Bridge" |
||||
|
||||
kind "SharedLib" |
||||
language "C#" |
||||
location "." |
||||
files { "*.cs" } |
||||
platforms { "x32" } |
||||
|
||||
configuration "Debug" |
||||
targetdir "../../bin" |
||||
|
||||
configuration "Release" |
||||
targetdir "../../bin" |
||||
|
||||
|
||||
if _ACTION == "clean" then |
||||
os.rmdir("lib") |
||||
end |
||||
|
Loading…
Reference in new issue