Mods to work with Mono, Microsoft and pnet compilers

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5015 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-08-27 09:32:18 +00:00
commit 1b5452a697
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ TARGET = example
INTERFACE = example.i
SWIGOPT =
CSHARPSRCS = *.cs
CSHARPFLAGS= -o runme
CSHARPFLAGS= -nologo -out:runme.exe
all:: csharp