cpython/PC/bdist_wininst
Siddhesh Poyarekar 55edd0c185 bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
METH_NOARGS functions need only a single argument but they are cast
into a PyCFunction, which takes two arguments.  This triggers an
invalid function cast warning in gcc8 due to the argument mismatch.
Fix this by adding a dummy unused argument.
2018-04-29 21:59:33 +03:00
..
archive.h Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 2014-11-22 12:54:57 -08:00
bdist_wininst.vcxproj bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) 2017-09-25 17:58:10 +01:00
bdist_wininst.vcxproj.filters Make bdist_wininst build only on demand 2014-12-15 17:19:27 -08:00
build.bat bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) 2017-09-25 17:58:10 +01:00
extract.c Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 2014-11-22 12:54:57 -08:00
install.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 2018-04-29 21:59:33 +03:00
install.rc Removes bdist_wininst dependency on MFC. 2014-12-15 15:03:44 -08:00
PythonPowered.bmp
README.txt
resource.h Removes bdist_wininst dependency on MFC. 2014-12-15 15:03:44 -08:00

XXX Write description
XXX Dont't forget to mention upx

XXX Add pointer to this file into PC/README.txt