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
d7800367
Kaydet (Commit)
d7800367
authored
Şub 12, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use bundlebuilder directly to build applets.
üst
ffb8fef6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
7 deletions
+34
-7
Makefile
Mac/OSX/Makefile
+34
-7
No files found.
Mac/OSX/Makefile
Dosyayı görüntüle @
d7800367
...
...
@@ -46,8 +46,10 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app
APPSUBDIRS
=
MacOS Resources Resources/English.lproj
CACHERSRC
=
$(srcdir)
/Mac/scripts/cachersrc.py
compileall
=
$(srcdir)
/Lib/compileall.py
bundlebuilder
=
$(srcdir)
/Lib/plat-mac/bundlebuilder.py
installapps
:
install_PythonLauncher install_Python install_BuildApplet install_IDE install_IDLE
installapps
:
install_PythonLauncher install_Python install_BuildApplet
\
install_PackageManager install_IDE install_IDLE
install_PythonLauncher
:
cd
$(srcdir)
/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
;
\
...
...
@@ -102,12 +104,37 @@ install_IDE: $(INSTALLED_PYTHONW)
echo
PythonIDE needs the
\"
waste
\"
extension module
;
\
echo
See Mac/OSX/README
for
details
;
\
else
\
echo
$(INSTALLED_PYTHONW)
$(srcdir)
/Mac/scripts/BuildApplet.py
\
--output
$(PYTHONAPPSDIR)
/PythonIDE.app
--noargv
\
$(srcdir)
/Mac/Tools/IDE/PythonIDE.py
;
\
$(INSTALLED_PYTHONW)
$(srcdir)
/Mac/scripts/BuildApplet.py
\
--output
$(PYTHONAPPSDIR)
/PythonIDE.app
--noargv
\
$(srcdir)
/Mac/Tools/IDE/PythonIDE.py
;
\
echo
$(INSTALLED_PYTHONW)
$(bundlebuilder)
\
--builddir
$(PYTHONAPPSDIR)
/
\
--resource
$(srcdir)
/Mac/Tools/IDE/PythonIDE.rsrc
\
--mainprogram
$(srcdir)
/Mac/Tools/IDE/PythonIDE.py
\
--iconfile
$(srcdir)
/Mac/Tools/IDE/PythonIDE.icns
\
--creator
Pide build
;
\
$(INSTALLED_PYTHONW)
$(bundlebuilder)
\
--builddir
$(PYTHONAPPSDIR)
/
\
--resource
$(srcdir)
/Mac/Tools/IDE/PythonIDE.rsrc
\
--mainprogram
$(srcdir)
/Mac/Tools/IDE/PythonIDE.py
\
--iconfile
$(srcdir)
/Mac/Tools/IDE/PythonIDE.icns
\
--creator
Pide build
;
\
fi
install_PackageManager
:
$(INSTALLED_PYTHONW)
@
if
!
$(INSTALLED_PYTHONW)
-c
"import waste"
;
then
\
echo
PackageManager needs the
\"
waste
\"
extension module
;
\
echo
See Mac/OSX/README
for
details
;
\
else
\
echo
$(INSTALLED_PYTHONW)
$(bundlebuilder)
\
--builddir
$(PYTHONAPPSDIR)
/
\
--resource
$(srcdir)
/Mac/Tools/IDE/PythonIDE.rsrc
\
--mainprogram
$(srcdir)
/Mac/Tools/IDE/PackageManager.py
\
--iconfile
$(srcdir)
/Mac/Tools/IDE/PackageManager.icns
\
--creator
Pimp build
;
\
$(INSTALLED_PYTHONW)
$(bundlebuilder)
\
--builddir
$(PYTHONAPPSDIR)
/
\
--resource
$(srcdir)
/Mac/Tools/IDE/PythonIDE.rsrc
\
--mainprogram
$(srcdir)
/Mac/Tools/IDE/PackageManager.py
\
--iconfile
$(srcdir)
/Mac/Tools/IDE/PackageManager.icns
\
--creator
Pimp build
;
\
fi
install_IDLE
:
$(INSTALLED_PYTHONW)
...
...
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