[MLton-commit] r7331
Wesley Terpstra
wesley at mlton.org
Sun Nov 1 15:18:34 PST 2009
Download to dl/ folder
----------------------------------------------------------------------
U mlton/trunk/package/mingw/Makefile
U mlton/trunk/package/mingw/mlton.wxs
----------------------------------------------------------------------
Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile 2009-11-01 23:03:14 UTC (rev 7330)
+++ mlton/trunk/package/mingw/Makefile 2009-11-01 23:18:30 UTC (rev 7331)
@@ -44,7 +44,7 @@
cd staging; find * -type f | grep -v self > ../$@.tmp
mv $@.tmp $@
-%.7z: dl/%.url
+dl/%.7z: dl/%.url
wget -c -O $@.tmp `cat $<`
mv $@.tmp $@
Modified: mlton/trunk/package/mingw/mlton.wxs
===================================================================
--- mlton/trunk/package/mingw/mlton.wxs 2009-11-01 23:03:14 UTC (rev 7330)
+++ mlton/trunk/package/mingw/mlton.wxs 2009-11-01 23:18:30 UTC (rev 7331)
@@ -102,7 +102,7 @@
<Feature Id='MinGW64' Title='MinGW64' Description='The minimalist GNU for Windows C compiler toolchain, targetting Win64.' Level='10' ConfigurableDirectory='INSTALLDIR' AllowAdvertise='no'>
<ComponentGroupRef Id='component.mingw64' />
</Feature>
- <Feature Id='GMP64' Title='GMP64' Description='An arbitrary precision integer artihmetic library.' Level='1' ConfigurableDirectory='INSTALLDIR' AllowAdvertise='no'>
+ <Feature Id='GMP64' Title='GMP64' Description='An arbitrary precision integer artihmetic library.' Level='10' ConfigurableDirectory='INSTALLDIR' AllowAdvertise='no'>
<ComponentGroupRef Id='component.gmp64' />
</Feature>
<Feature Id='dlfcn64' Title='Dlfcn64' Description='An implementation of the POSIX dynamic linking loader API for Windows 64.' Level='10' ConfigurableDirectory='INSTALLDIR' AllowAdvertise='no'>
More information about the MLton-commit
mailing list