From e1c6af06ec79e8b603ba154da5eb1e47ea2e0d43 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 1 Jan 2008 13:58:16 +0000 Subject: The root of the project is two levels up from PC/VS7.1 --- PC/VS7.1/make_buildinfo.c | 2 +- Tools/msi/msi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PC/VS7.1/make_buildinfo.c b/PC/VS7.1/make_buildinfo.c index 779ddc2..27580bb 100644 --- a/PC/VS7.1/make_buildinfo.c +++ b/PC/VS7.1/make_buildinfo.c @@ -44,7 +44,7 @@ int make_buildinfo2() if (_stat(command+1, &st) < 0) /* subwcrev.exe not part of the release */ return 0; - strcat(command, "\" .. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c"); + strcat(command, "\" ..\\.. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c"); puts(command); fflush(stdout); if (system(command) < 0) return 0; diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index a0ededd..1f265f4 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -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: -- cgit v0.12