Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b16cf500
Kaydet (Commit)
b16cf500
authored
May 22, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.
üst
11493bc6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
+1
-0
mwerks_plugin_config.h
Mac/mwerks/mwerks_plugin_config.h
+2
-1
mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+1
-0
mwerks_shcarbon_config.h
Mac/mwerks/mwerks_shcarbon_config.h
+1
-0
No files found.
Mac/mwerks/mwerks_carbonplugin_config.h
Dosyayı görüntüle @
b16cf500
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
#define USE_GUSI2
/* Stdio implemented with GUSI */
#define USE_GUSI2
/* Stdio implemented with GUSI */
...
...
Mac/mwerks/mwerks_plugin_config.h
Dosyayı görüntüle @
b16cf500
...
@@ -8,7 +8,8 @@
...
@@ -8,7 +8,8 @@
#define USE_GUSI
#define USE_GUSI
#endif
#endif
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
#define USE_MSL
/* Use MSL libraries */
#define USE_MSL
/* Use MSL libraries */
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_shared_config.h
Dosyayı görüntüle @
b16cf500
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
/* #define USE_ZLIB /* Include the zlib module */
/* #define USE_ZLIB /* Include the zlib module */
#define USE_APPEARANCE
/* Enable Appearance support */
#define USE_APPEARANCE
/* Enable Appearance support */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Call toolbox object converters indirectly */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
...
...
Mac/mwerks/mwerks_shcarbon_config.h
Dosyayı görüntüle @
b16cf500
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
/* #define USE_ZLIB /* Include the zlib module */
/* #define USE_ZLIB /* Include the zlib module */
#define USE_APPEARANCE
/* Enable Appearance support */
#define USE_APPEARANCE
/* Enable Appearance support */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Call toolbox object converters indirectly */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment