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 'ikvmstub/ikvmstub.build')
-rw-r--r--ikvmstub/ikvmstub.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/ikvmstub/ikvmstub.build b/ikvmstub/ikvmstub.build
index 88cfdc83..ce15ccc9 100644
--- a/ikvmstub/ikvmstub.build
+++ b/ikvmstub/ikvmstub.build
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<project name="ikvmstub" default="ikvmstub">
<target name="ikvmstub">
- <csc target="exe" output="../bin/ikvmstub.exe" define="TRACE">
+ <property overwrite="false" name="signed" value="" />
+ <csc target="exe" output="../bin/ikvmstub.exe" define="TRACE;${signed}">
<sources>
<includes name="*.cs" />
</sources>