<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,6 +31,10 @@ task :install do
 
   sh &quot;chmod a+x bin/*&quot;
   sh &quot;chmod -R a+rx share/&quot;
+
+  cd &quot;bin&quot; do
+    `cp gccxml_cc1plus.exe gccxml_cc1plus` if File.exists?(&quot;gccxml_cc1plus.exe&quot;)
+  end
 end
 
 desc &quot;Clean up everything&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -31,12 +31,12 @@ class GCCXML
 
   private
 
+  def windows?
+    RUBY_PLATFORM =~ /(mswin|cygwin)/
+  end
+
   def find_exe
-    ext = if RUBY_PLATFORM =~ /(mswin|cygwin)/
-            &quot;.exe&quot;
-          else
-            &quot;&quot;
-          end
+    ext = windows? ? &quot;.exe&quot; : &quot;&quot;
 
     path = File.expand_path(File.join(File.dirname(__FILE__), &quot;bin&quot;, &quot;gccxml#{ext}&quot;))
     path.chomp!</diff>
      <filename>gccxml.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e669e88d65340532257efe6f99d824f2c32a5e9</id>
    </parent>
  </parents>
  <author>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </author>
  <url>http://github.com/jameskilton/gccxml_gem/commit/90c371f421f6361f1c233190500aa190cc2118e8</url>
  <id>90c371f421f6361f1c233190500aa190cc2118e8</id>
  <committed-date>2009-10-11T15:53:21-07:00</committed-date>
  <authored-date>2009-10-11T15:53:21-07:00</authored-date>
  <message>Update for cygwin build and install, doesn't like the .exe on gccxml_cc1plus.exe</message>
  <tree>91a5dfe26aae1eb049eb5a67bdf52ba3f1898e95</tree>
  <committer>
    <name>Jason Roelofs</name>
    <email>jameskilton@gmail.com</email>
  </committer>
</commit>
