diff options
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/dialogs.rsrc | bin | 17829 -> 17903 bytes | |||
-rw-r--r-- | Mac/Resources/pythonpath.r | 11 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Mac/Resources/dialogs.rsrc b/Mac/Resources/dialogs.rsrc Binary files differindex 907b9d0..4a84dd6 100644 --- a/Mac/Resources/dialogs.rsrc +++ b/Mac/Resources/dialogs.rsrc diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 7f23c15..25b59cd 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -15,8 +15,11 @@ type 'Popt' { byte noOptimize = 0, optimize = 1; byte noUnbuffered = 0, unbuffered = 1; byte noDebugParser = 0, debugParser = 1; - byte closeOnNormalExit = 0, noCloseOnNormalExit = 1; - byte closeOnErrorExit = 0, noCloseOnErrorExit = 1; + byte unused_0 = 0, unused_1 = 1; + byte closeAlways = POPT_KEEPCONSOLE_NEVER, + noCloseOutput = POPT_KEEPCONSOLE_OUTPUT, + noCloseError = POPT_KEEPCONSOLE_ERROR, + closeNever = POPT_KEEPCONSOLE_ALWAYS; byte interactiveOptions = 0, noInteractiveOptions = 1; byte argcArgv = 0, noArgcArgv = 1; byte newStandardExceptions = 0, oldStandardExceptions = 1; @@ -62,8 +65,8 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") { noOptimize, noUnbuffered, noDebugParser, - closeOnNormalExit, - noCloseOnErrorExit, + unused_0, + noCloseOutput, interactiveOptions, argcArgv, newStandardExceptions, |