update README files; decrufting
This commit is contained in:
parent
0ee77d776f
commit
42d1dd4fe9
3 changed files with 7 additions and 6 deletions
1
src/bindings/dotnet/README.md
Normal file
1
src/bindings/dotnet/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
The minimum version of Mono required to use these bindings is 3.0.x. The 2.x series is not currently supported, though we'll happily accept a PR for one.
|
||||
|
|
@ -32,14 +32,10 @@ libhammer_dotnet = dotnetenv.SharedLibrary(['hammer_dotnet'], hammer_wrap)
|
|||
hammer_dll = AlwaysBuild(dotnetenv.Command(['hammer.dll'], Glob('ext/*.cs'),
|
||||
'$CSC -t:library -unsafe -out:$TARGET %s/*.cs $SOURCE' %(thisdir,)))
|
||||
Depends(hammer_dll, hammer_wrap)
|
||||
#hammer_dll = dotnetenv.CLILibrary('hammer.dll', hammer.cs)
|
||||
Default(libhammer_dotnet, hammer_dll)
|
||||
|
||||
dotnettestenv = dotnetenv.Clone()
|
||||
|
||||
#dotnettestenv['ENV']['LD_LIBRARY_PATH'] = os.path.dirname(str(libhammer_shared[0]))
|
||||
#dotnettests = ['t/hammer.t']
|
||||
|
||||
def makeCIL(env, cmd):
|
||||
libs = cmd.split(' ')
|
||||
for lib in libs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue