Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdac001

Browse files
committed
- Got rid of non-carbon stuff
- Use precompiled headers - Rationalized naming scheme
1 parent be6e0f4 commit bdac001

12 files changed

Lines changed: 25 additions & 181 deletions

Mac/mwerks/mwerks_carbonplugin_config.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

Mac/mwerks/mwerks_nonshared_config.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

Mac/mwerks/mwerks_nscarbon.pch

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#pragma once on
2+
3+
#pragma precompile_target "mwerks_nscarbon_pch"
4+
5+
#include "mwerks_nscarbon_config.h"
6+
#include <Carbon.h>
7+
#include "Python.h"

Mac/mwerks/mwerks_nscarbon_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Configuration file for standalone 68k/ppc Python.
2+
** Configuration file for standalone Carbon Python.
33
**
44
** Note: enabling the switches below is not enough to enable the
55
** specific features, you may also need different sets of sources.

Mac/mwerks/mwerks_plugin_config.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

Mac/mwerks/mwerks_shared_config.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

Mac/mwerks/mwerks_shcarbon.pch

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#pragma once on
2+
3+
#pragma precompile_target "mwerks_shcarbon_pch"
4+
5+
#include "mwerks_shcarbon_config.h"
6+
#include <Carbon.h>
7+
#include "Python.h"

Mac/mwerks/mwerks_shcarbon_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
** Configuration file for dynamically loaded cfm68k/ppc PythonCore,
3-
** interpreter and Applet.
2+
** Configuration file for dynamically loaded Carbon PythonCore,
3+
** interpreter and extension modules.
44
**
55
** Note: enabling the switches below is not enough to enable the
66
** specific features, you may also need different sets of sources.

Mac/mwerks/mwerks_shlib_config.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

Mac/mwerks/mwerks_small_config.h

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)