Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'awt/awt.build')
-rw-r--r--awt/awt.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/awt/awt.build b/awt/awt.build
index f6845eaa..78a4a965 100644
--- a/awt/awt.build
+++ b/awt/awt.build
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<project name="awt" default="awt">
<target name="awt">
- <csc target="library" output="../bin/IKVM.AWT.WinForms.dll" define="TRACE">
+ <property overwrite="false" name="signed" value="" />
+ <csc target="library" output="../bin/IKVM.AWT.WinForms.dll" define="TRACE;${signed}">
<sources>
<includes name="*.cs" />
</sources>