Last change
on this file since 945 was
921,
checked in by Jean-Yves Lamoureux, 16 years ago
|
- Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
|
File size:
253 bytes
|
Line | |
---|
1 | all: |
---|
2 | mcs AssemblyInfo.cs Cucul.cs -out:libCucul.dll -target:library -unsafe |
---|
3 | mcs AssemblyInfo.cs Caca.cs -out:libCaca.dll -target:library /r:./libCucul.dll /lib:./ -unsafe |
---|
4 | |
---|
5 | mcs test.cs -out:test.exe /r:./libCucul.dll /r:./libCaca.dll /lib:./ -unsafe |
---|
Note: See
TracBrowser
for help on using the repository browser.