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
0f3e7697
Kaydet (Commit)
0f3e7697
authored
Eki 17, 2008
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #4091: Install pythonxy.dll in system32 again.
üst
336680ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS
Misc/NEWS
+2
-0
msi.py
Tools/msi/msi.py
+1
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
0f3e7697
...
...
@@ -32,6 +32,8 @@ Library
Build
-----
- Issue #4091: Install pythonxy.dll in system32 again.
- Issue #4018: Disable "for me" installations on Vista.
- Issue #3758: Add ``patchcheck`` build target to .PHONY.
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
0f3e7697
...
...
@@ -915,9 +915,7 @@ def add_files(db):
root
.
add_file
(
"
%
s/pythonw.exe"
%
PCBUILD
)
# msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
#dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
#install python30.dll into root dir for now
dlldir
=
root
dlldir
=
PyDirectory
(
db
,
cab
,
root
,
srcdir
,
"DLLDIR"
,
"."
)
pydll
=
"python
%
s
%
s.dll"
%
(
major
,
minor
)
pydllsrc
=
os
.
path
.
join
(
srcdir
,
PCBUILD
,
pydll
)
...
...
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