[Numpy-svn] r6065 - branches/visualstudio_manifest/numpy/distutils/command

numpy-svn at scipy.org numpy-svn at scipy.org
Mon Nov 17 07:08:53 EST 2008


Author: cdavid
Date: 2008-11-17 06:08:38 -0600 (Mon, 17 Nov 2008)
New Revision: 6065

Modified:
   branches/visualstudio_manifest/numpy/distutils/command/config.py
Log:
Disable .rc generation for manifest: having the xml file in the same dir as the _configtest.exe is enough for now.

Modified: branches/visualstudio_manifest/numpy/distutils/command/config.py
===================================================================
--- branches/visualstudio_manifest/numpy/distutils/command/config.py	2008-11-17 12:08:08 UTC (rev 6064)
+++ branches/visualstudio_manifest/numpy/distutils/command/config.py	2008-11-17 12:08:38 UTC (rev 6065)
@@ -126,12 +126,12 @@
                     self.temp_files.append(manxml)
                     man.write(manxml)
                     man.close()
-                    # Write the rc file
-                    manrc = manifest_rc(manifest_name(self), "exe")
-                    rc = open(rc_name(self), "w")
-                    self.temp_files.append(manrc)
-                    rc.write(manrc)
-                    rc.close()
+                    # # Write the rc file
+                    # manrc = manifest_rc(manifest_name(self), "exe")
+                    # rc = open(rc_name(self), "w")
+                    # self.temp_files.append(manrc)
+                    # rc.write(manrc)
+                    # rc.close()
         return self._wrap_method(old_config._link,lang,
                                  (body, headers, include_dirs,
                                   libraries, library_dirs, lang))




More information about the Numpy-svn mailing list