]> granicus.if.org Git - python/commit
*Very* belated application of Thomas Heller's patch to handle
authorGreg Ward <gward@python.net>
Tue, 19 Sep 2000 23:56:43 +0000 (23:56 +0000)
committerGreg Ward <gward@python.net>
Tue, 19 Sep 2000 23:56:43 +0000 (23:56 +0000)
commit9c0ea13ece57d3c5f518e5b1d0d75cc83a7a1c38
tree32d4152c6aa7fb3667a96fcdadd8c409cddfd2f1
parentceeda0e9ba0a734cc4f2e4b5be268ba081fd617b
*Very* belated application of Thomas Heller's patch to handle
resource files.  The gist of the patch is to treat ".rc" and ".mc"
files as source files; ".mc" files are compiled to ".rc" and then
".res", and ".rc" files are compiled to ".res".  Wish I knew what
all these things stood for...
Lib/distutils/msvccompiler.py