mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
The root of the project is two levels up from PC/VS7.1
This commit is contained in:
parent
7e28e495a4
commit
e1c6af06ec
2 changed files with 2 additions and 2 deletions
|
|
@ -1011,7 +1011,7 @@ def add_files(db):
|
|||
default_feature.set_current()
|
||||
lib = PyDirectory(db, cab, root, srcdir + "/" + PCBUILD, "DLLs", "DLLS|DLLs")
|
||||
lib.add_file("py.ico", src=srcdir+"/PC/py.ico")
|
||||
lib.add_file("pyc.ico", src=srcdir"/PC/pyc.ico")
|
||||
lib.add_file("pyc.ico", src=srcdir+"/PC/pyc.ico")
|
||||
dlls = []
|
||||
tclfiles = []
|
||||
for f in extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue