don't remove c++ files from Windows binary distribution
authorSimon Marlow <simonmar@microsoft.com>
Fri, 11 May 2007 14:53:52 +0000 (14:53 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 11 May 2007 14:53:52 +0000 (14:53 +0000)
distrib/prep-bin-dist-mingw

index be4ec24..17110c1 100644 (file)
@@ -175,7 +175,7 @@ cp -Rf $mingw_include/* include/mingw
 # g++-3/ subdir causes problems with installer tool (+ being a 
 # troublesome character); leave out for now.
 #rm -rf include/mingw/g++-3/ || echo "g++-3/ not there"
-rm -rf include/mingw/c++/ || echo "c++/ not there"
+#rm -rf include/mingw/c++/ || echo "c++/ not there"
 rm -rf include/mingw/ddk/ || echo "ddk/ not there"
 rm -rf include/mingw/gnu/ || echo "gnu/ not there"
 rm -rf include/mingw/javax/ || echo "javax/ not there"