]> granicus.if.org Git - python/commitdiff
The root of the project is two levels up from PC/VS7.1
authorChristian Heimes <christian@cheimes.de>
Tue, 1 Jan 2008 13:58:16 +0000 (13:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 1 Jan 2008 13:58:16 +0000 (13:58 +0000)
PC/VS7.1/make_buildinfo.c
Tools/msi/msi.py

index 779ddc22f3c1a83ba9fc34acf0ccd546f2e181f4..27580bb6066eb86f6bccf12c65156516450bc17f 100644 (file)
@@ -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;
index a0ededd2f4eea810151c349d5a27d26b21cf7df5..1f265f45279a32aaee7077e62ed17b45139027e0 100644 (file)
@@ -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: