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
c4ff194b
Kaydet (Commit)
c4ff194b
authored
Agu 05, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed the last two bgen-based modules to be buildable on OSX.
üst
53d527ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
dragscan.py
Mac/Modules/drag/dragscan.py
+1
-1
wastescan.py
Mac/Modules/waste/wastescan.py
+5
-4
No files found.
Mac/Modules/drag/dragscan.py
Dosyayı görüntüle @
c4ff194b
# Scan <Drag.h>, generating draggen.py.
# Scan <Drag.h>, generating draggen.py.
import
sys
import
sys
import
os
import
os
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
,
INCLUDEDIR
sys
.
path
.
append
(
BGENDIR
)
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
scantools
import
Scanner
...
...
Mac/Modules/waste/wastescan.py
Dosyayı görüntüle @
c4ff194b
...
@@ -2,13 +2,14 @@
...
@@ -2,13 +2,14 @@
import
sys
import
sys
import
os
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
scantools
import
Scanner
from
bgenlocations
import
MWERKSDIR
,
TOOLBOXDIR
#WASTEDIR=":::::Waste 1.3 Distribution:WASTE C/C++ Headers:"
WASTEDIR
=
'/Applications/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/MacOS Support/(Third Party Support)/Waste 2.0 Distribution/C_C++ Headers/'
WASTEDIR
=
MWERKSDIR
+
'MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers:'
if
not
os
.
path
.
exists
(
WASTEDIR
):
raise
'Error: not found:
%
s'
,
WASTEDIR
OBJECT
=
"TEHandle"
OBJECT
=
"TEHandle"
SHORT
=
"waste"
SHORT
=
"waste"
...
...
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