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
aa233f18
Kaydet (Commit)
aa233f18
authored
Agu 26, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changes for 1.4 install targets
üst
d0fe8454
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
freeze.py
Tools/freeze/freeze.py
+5
-6
No files found.
Tools/freeze/freeze.py
Dosyayı görüntüle @
aa233f18
...
@@ -50,7 +50,7 @@ script.
...
@@ -50,7 +50,7 @@ script.
# XXX Change the following line to point to your Tools/freeze directory
# XXX Change the following line to point to your Tools/freeze directory
PACK
=
'/
ufs/guido/src/python
/Tools/freeze'
PACK
=
'/
home/guido/python/src
/Tools/freeze'
# XXX Change the following line to point to your install prefix
# XXX Change the following line to point to your install prefix
PREFIX
=
'/usr/local'
PREFIX
=
'/usr/local'
...
@@ -126,15 +126,14 @@ def main():
...
@@ -126,15 +126,14 @@ def main():
exec_prefix
=
prefix
exec_prefix
=
prefix
# locations derived from options
# locations derived from options
binlib
=
os
.
path
.
join
(
exec_prefix
,
'lib/python
/lib
'
)
binlib
=
os
.
path
.
join
(
exec_prefix
,
'lib/python
1.4/config
'
)
incldir
=
os
.
path
.
join
(
prefix
,
'include/
Py
'
)
incldir
=
os
.
path
.
join
(
prefix
,
'include/
python1.4
'
)
config_c_in
=
os
.
path
.
join
(
binlib
,
'config.c.in'
)
config_c_in
=
os
.
path
.
join
(
binlib
,
'config.c.in'
)
frozenmain_c
=
os
.
path
.
join
(
binlib
,
'frozenmain.c'
)
frozenmain_c
=
os
.
path
.
join
(
binlib
,
'frozenmain.c'
)
getpath_c
=
os
.
path
.
join
(
binlib
,
'getpath.c'
)
getpath_c
=
os
.
path
.
join
(
binlib
,
'getpath.c'
)
supp_sources
=
[
frozenmain_c
,
getpath_c
]
supp_sources
=
[
frozenmain_c
,
getpath_c
]
makefile_in
=
os
.
path
.
join
(
binlib
,
'Makefile'
)
makefile_in
=
os
.
path
.
join
(
binlib
,
'Makefile'
)
defines
=
[
'-DHAVE_CONFIG_H'
,
defines
=
[
'-DPYTHONPATH=
\\
"$(PYTHONPATH)
\\
"'
]
'-DPYTHONPATH=
\\
"$(PYTHONPATH)
\\
"'
]
includes
=
[
'-I'
+
incldir
,
'-I'
+
binlib
]
includes
=
[
'-I'
+
incldir
,
'-I'
+
binlib
]
# sanity check of directories and files
# sanity check of directories and files
...
@@ -261,7 +260,7 @@ def main():
...
@@ -261,7 +260,7 @@ def main():
somevars
[
key
]
=
makevars
[
key
]
somevars
[
key
]
=
makevars
[
key
]
somevars
[
'CFLAGS'
]
=
string
.
join
(
cflags
)
# override
somevars
[
'CFLAGS'
]
=
string
.
join
(
cflags
)
# override
files
=
[
'$(OPT)'
,
config_c
,
frozen_c
]
+
\
files
=
[
'$(OPT)'
,
'$(LDFLAGS)'
,
config_c
,
frozen_c
]
+
\
supp_sources
+
addfiles
+
libs
+
\
supp_sources
+
addfiles
+
libs
+
\
[
'$(MODLIBS)'
,
'$(LIBS)'
,
'$(SYSLIBS)'
]
[
'$(MODLIBS)'
,
'$(LIBS)'
,
'$(SYSLIBS)'
]
...
...
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