From 1b5452a697b62af98804ce1efc8b7aed9737c481 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 27 Aug 2003 09:32:18 +0000 Subject: [PATCH] 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 --- SWIG/Examples/csharp/class/Makefile | 2 +- SWIG/Examples/csharp/enum/Makefile | 2 +- SWIG/Examples/csharp/funcptr/Makefile | 2 +- SWIG/Examples/csharp/reference/Makefile | 2 +- SWIG/Examples/csharp/simple/Makefile | 2 +- SWIG/Examples/csharp/template/Makefile | 2 +- SWIG/Examples/csharp/variables/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SWIG/Examples/csharp/class/Makefile b/SWIG/Examples/csharp/class/Makefile index 953d5cc96..b7f5b3aab 100644 --- a/SWIG/Examples/csharp/class/Makefile +++ b/SWIG/Examples/csharp/class/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/enum/Makefile b/SWIG/Examples/csharp/enum/Makefile index 953d5cc96..b7f5b3aab 100644 --- a/SWIG/Examples/csharp/enum/Makefile +++ b/SWIG/Examples/csharp/enum/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/funcptr/Makefile b/SWIG/Examples/csharp/funcptr/Makefile index 08ce054a0..6ddb8bca4 100644 --- a/SWIG/Examples/csharp/funcptr/Makefile +++ b/SWIG/Examples/csharp/funcptr/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/reference/Makefile b/SWIG/Examples/csharp/reference/Makefile index 953d5cc96..b7f5b3aab 100644 --- a/SWIG/Examples/csharp/reference/Makefile +++ b/SWIG/Examples/csharp/reference/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/simple/Makefile b/SWIG/Examples/csharp/simple/Makefile index 08ce054a0..6ddb8bca4 100644 --- a/SWIG/Examples/csharp/simple/Makefile +++ b/SWIG/Examples/csharp/simple/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/template/Makefile b/SWIG/Examples/csharp/template/Makefile index 68e9ad015..51270c891 100644 --- a/SWIG/Examples/csharp/template/Makefile +++ b/SWIG/Examples/csharp/template/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp diff --git a/SWIG/Examples/csharp/variables/Makefile b/SWIG/Examples/csharp/variables/Makefile index 08ce054a0..6ddb8bca4 100644 --- a/SWIG/Examples/csharp/variables/Makefile +++ b/SWIG/Examples/csharp/variables/Makefile @@ -5,7 +5,7 @@ TARGET = example INTERFACE = example.i SWIGOPT = CSHARPSRCS = *.cs -CSHARPFLAGS= -o runme +CSHARPFLAGS= -nologo -out:runme.exe all:: csharp