source:
code/branches/ode/ode-0.9/contrib/Ode.NET/Drawstuff/premake.lua
@
216
Last change on this file since 216 was 216, checked in by mathiask, 18 years ago | |
---|---|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[216] | 1 | package.name = "Drawstuff.NET" |
2 | package.kind = "dll" | |
3 | package.language = "c#" | |
4 | ||
5 | if (options["with-doubles"]) then | |
6 | package.defines = { "dDOUBLE" } | |
7 | else | |
8 | package.defines = { "dSINGLE " } | |
9 | end | |
10 | ||
11 | package.links = { | |
12 | "System", | |
13 | "Ode.NET" | |
14 | } | |
15 | ||
16 | package.files = { | |
17 | "AssemblyInfo.cs", | |
18 | "Drawstuff.cs" | |
19 | } |
Note: See TracBrowser
for help on using the repository browser.