The root of the project is two levels up from PC/VS7.1
This commit is contained in:
parent
7e28e495a4
commit
e1c6af06ec
|
@ -44,7 +44,7 @@ int make_buildinfo2()
|
||||||
if (_stat(command+1, &st) < 0)
|
if (_stat(command+1, &st) < 0)
|
||||||
/* subwcrev.exe not part of the release */
|
/* subwcrev.exe not part of the release */
|
||||||
return 0;
|
return 0;
|
||||||
strcat(command, "\" .. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c");
|
strcat(command, "\" ..\\.. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c");
|
||||||
puts(command); fflush(stdout);
|
puts(command); fflush(stdout);
|
||||||
if (system(command) < 0)
|
if (system(command) < 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -1011,7 +1011,7 @@ def add_files(db):
|
||||||
default_feature.set_current()
|
default_feature.set_current()
|
||||||
lib = PyDirectory(db, cab, root, srcdir + "/" + PCBUILD, "DLLs", "DLLS|DLLs")
|
lib = PyDirectory(db, cab, root, srcdir + "/" + PCBUILD, "DLLs", "DLLS|DLLs")
|
||||||
lib.add_file("py.ico", src=srcdir+"/PC/py.ico")
|
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 = []
|
dlls = []
|
||||||
tclfiles = []
|
tclfiles = []
|
||||||
for f in extensions:
|
for f in extensions:
|
||||||
|
|
Loading…
Reference in New Issue