From 836b039b7cbcf99dd0864dcdffa30ef66a81d819 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 14 May 2006 19:56:34 +0000 Subject: Rework the build system for osx applications: * Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on. --- Mac/OSX/PythonLauncher/PythonWSource.icns | Bin 49891 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Mac/OSX/PythonLauncher/PythonWSource.icns (limited to 'Mac/OSX/PythonLauncher/PythonWSource.icns') diff --git a/Mac/OSX/PythonLauncher/PythonWSource.icns b/Mac/OSX/PythonLauncher/PythonWSource.icns deleted file mode 100644 index b0a859323b..0000000000 Binary files a/Mac/OSX/PythonLauncher/PythonWSource.icns and /dev/null differ -- cgit v1.2.1