diff options
Diffstat (limited to 'Mac/Demo/freezing.html')
-rw-r--r-- | Mac/Demo/freezing.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mac/Demo/freezing.html b/Mac/Demo/freezing.html index 5097b78..1580bce 100644 --- a/Mac/Demo/freezing.html +++ b/Mac/Demo/freezing.html @@ -23,8 +23,7 @@ The easiest way to create an application from a Python script is simply by dropp it on the <code>BuildApplication</code> applet in the main Python folder. BuildApplication has a similar interface as BuildApplet: you drop a script on it and it will process it, along with an optional <code>.rsrc</code> file. -It does ask one extra question: whether you want to build your application for -PPC macs only, 68K macs or any Mac.<P> +<P> What BuildApplication does, however, is very different. It parses your script, recursively looking for all modules you use, bundles the compiled code for |