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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pobst <monkey@jpobst.com>2009-11-25 18:45:52 +0300
committerJonathan Pobst <monkey@jpobst.com>2009-11-25 18:45:52 +0300
commita3aa0157a43ee93e7fb2611a9db9cc1d2f0e9edd (patch)
tree850cec1b30aa84d710ca52736eb716b50afc2ece
parent108981cf3be910c700726cd3fac275b92dcea0b0 (diff)
- Add "installeronly" tags so the same file can be used for MonkeyBuilder
and for the buildbot. svn path=/trunk/mono/; revision=146916
-rw-r--r--msvc/win32.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/msvc/win32.xml b/msvc/win32.xml
index c04ec93fdca..b633bd44ad8 100644
--- a/msvc/win32.xml
+++ b/msvc/win32.xml
@@ -21,14 +21,14 @@
<Copy source="{sourcedir}\mono\data\browscap.ini" destination="{destdir}\etc\mono\browscap.ini" />
<!-- Bring in xulrunner -->
- <Copy type="directory" source="C:\svn\xulrunner\" destination="{destdir}\xulrunner\" />
+ <Copy installeronly="true" type="directory" source="C:\svn\xulrunner\" destination="{destdir}\xulrunner\" />
- <Copy source="C:\svn\monoexternal\mono.ico" destination="{sourcedir}\build\mono.ico" />
- <Copy source="C:\svn\monoexternal\Mono Command Prompt.lnk" destination="{sourcedir}\build\Mono Command Prompt.lnk" />
- <Copy source="C:\svn\monoexternal\Mono Online Documentation.url" destination="{sourcedir}\build\Mono Online Documentation.url" />
- <Copy source="C:\svn\monoexternal\Mono Project Website.url" destination="{sourcedir}\build\Mono Project Website.url" />
+ <Copy installeronly="true" source="C:\svn\monoexternal\mono.ico" destination="{sourcedir}\build\mono.ico" />
+ <Copy installeronly="true" source="C:\svn\monoexternal\Mono Command Prompt.lnk" destination="{sourcedir}\build\Mono Command Prompt.lnk" />
+ <Copy installeronly="true" source="C:\svn\monoexternal\Mono Online Documentation.url" destination="{sourcedir}\build\Mono Online Documentation.url" />
+ <Copy installeronly="true" source="C:\svn\monoexternal\Mono Project Website.url" destination="{sourcedir}\build\Mono Project Website.url" />
- <Copy source="C:\svn\jaystuff.bat" destination="{sourcedir}\jaystuff.bat" />
+ <Copy source="{sourcedir}\mono\msvc\jaystuff.bat" destination="{sourcedir}\jaystuff.bat" />
<Copy enabled="false" source="C:\svn\PatternParser.jay" destination="{sourcedir}\mcs\class\System.XML\Mono.Xml.Xsl\PatternParser.jay" />
<Copy source="{sourcedir}\mcs\class\System.XML\System.Xml.XPath\Parser.jay" destination="{sourcedir}\mcs\class\System.XML\Mono.Xml.Xsl\PatternParser.jay" />
@@ -1968,5 +1968,5 @@
<Delete type="file">{destdir}\y.output</Delete>
<!-- Build the wix includes files -->
- <WixInclude root="{destdir}" wixfiles="{destdir}\Files.wxi" wixcomponents="{destdir}\Components.wxi"/>
+ <WixInclude installeronly="true" root="{destdir}" wixfiles="{destdir}\Files.wxi" wixcomponents="{destdir}\Components.wxi"/>
</Assemblies> \ No newline at end of file