cpython/Mac/PythonLauncher
Ned Deily 0da5466650
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Add support to the configure script for OBJC and OBJCXX command line options so that the macOS builds can use the clang compiler for the macOS-specific Objective C source files. This allows third-party compilers, like GNU gcc, to be used to build the rest of the project since some of the Objective C system header files are not compilable by GNU gcc.

Co-authored-by: Jeffrey Kintscher <websurfer@surf2c.net>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-05-18 09:17:22 -04:00
..
English.lproj
doscript.h Issue #18377: Code cleanup in Python Launcher 2013-07-07 09:53:08 +02:00
doscript.m Issue #18377: Code cleanup in Python Launcher 2013-07-07 09:53:08 +02:00
factorySettings.plist
FileSettings.h bpo-32150: Expand tabs to spaces in C files. (#4583) 2017-11-28 17:56:10 +02:00
FileSettings.m Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
Info.plist.in Bring Python into the next decade. (GH-17801) 2020-01-02 18:56:34 -08:00
main.m Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
Makefile.in bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) 2020-05-18 09:17:22 -04:00
MyAppDelegate.h bpo-32150: Expand tabs to spaces in C files. (#4583) 2017-11-28 17:56:10 +02:00
MyAppDelegate.m Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
MyDocument.h Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
MyDocument.m Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
PreferencesWindowController.h
PreferencesWindowController.m Issue #18377: Code cleanup in Python Launcher 2013-07-07 09:53:08 +02:00