-There is one little 1-line customization (hack) in msvccompiler.py
-that allows the CFLAGS to be given on the RC.EXE command line. This
-is required so the wx.rc files can be found when it is #included. I've
-submitted this patch to the Python project so if it gets into the main
-Distutils distribution I can remove this code. (However, the newer
-version of distutils should still always be used, at least on Windows,
-so it will need to wait until there it a Distutils distribution that
-can be installed on the older Pythons.)
-