<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,10 +33,10 @@ def main():
     extra_link_args    = None
 
     if os.name == 'nt':
-        if not '--compiler=mingw32' in sys.argv:
-            # Windows native
-            files.append(join('src', 'pyodbc.rc'))
-            extra_compile_args = ['/W4']
+        # if not '--compiler=mingw32' in sys.argv:
+        #     # Windows native
+        #     files.append(join('src', 'pyodbc.rc'))
+        #     extra_compile_args = ['/W4']
         libraries.append('odbc32')
 
         # extra_compile_args = ['/W4', '/Zi', '/Od']</diff>
      <filename>setup.py</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ BEGIN
     BEGIN
         BLOCK &quot;040904b0&quot;
         BEGIN
-            VALUE &quot;Copyright&quot;,        &quot;Copyright 20008 Michael Kleehammer&quot;
+            VALUE &quot;Copyright&quot;,        &quot;Copyright 2009 Michael Kleehammer&quot;
             VALUE &quot;ProductName&quot;,      &quot;ODBC DB API 2.0 Module&quot;
             VALUE &quot;ProductVersion&quot;,   PRODUCT_VERSION_STRING(PYODBC_MAJOR,PYODBC_MINOR)
             VALUE &quot;FileDescription&quot;,  &quot;ODBC DB API 2.0 Module&quot;</diff>
      <filename>src/pyodbc.rc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e38c2709ae2b918a290a9fe26f4df8eba2078281</id>
    </parent>
  </parents>
  <author>
    <name>Michael Kleehammer</name>
    <email>michael@kleehammer.com</email>
  </author>
  <url>http://github.com/mkleehammer/pyodbc/commit/4ac5e510bce7f3bf896065cbf3c40a438c43032e</url>
  <id>4ac5e510bce7f3bf896065cbf3c40a438c43032e</id>
  <committed-date>2009-04-19T14:25:56-07:00</committed-date>
  <authored-date>2009-04-19T14:25:56-07:00</authored-date>
  <message>Removed *.rc file from setup, even on Windows.  Requires Windows SDK.

I'm trying to get this to build with only Visual Studio C++ Express, which does not come with
rc.exe.  The rc file was really to get the versioninfo block into the Windows DLL, but since
the extension is .pyd, it really isn't used anyway.  (Installers may use it, though?)  In the
near future, I'll add the version manually using ctypes.</message>
  <tree>83f04115ad0f344f62fc7edc29d5258a06de2437</tree>
  <committer>
    <name>Michael Kleehammer</name>
    <email>michael@kleehammer.com</email>
  </committer>
</commit>
