From 593253e6a341ed19b176482a13a4c98bd2b1d841 Mon Sep 17 00:00:00 2001
From: duck <duck>
Date: Sun, 31 Jul 2005 01:11:12 +0000
Subject: [PATCH] update compilation target

---
 apps/sam/csharp/sam-sharp.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/sam/csharp/sam-sharp.build b/apps/sam/csharp/sam-sharp.build
index 73f9dd3479..a5ddcd0427 100644
--- a/apps/sam/csharp/sam-sharp.build
+++ b/apps/sam/csharp/sam-sharp.build
@@ -3,7 +3,7 @@
 
 	<target name="bin" description="Builds assemblies from source">
 		<mkdir dir="bin" />
-		<csc target="dll" output="bin/sam-sharp.dll">
+		<csc target="library" output="bin/sam-sharp.dll">
 			<sources>
 				<include name="src/**/*.cs" />
 			</sources>
-- 
GitLab