Lines Matching defs:files
74 knows nothing about executables or icons, it only copies files
75 and creates the PkgInfo and Info.plist files.
96 # List of files that have to be copied to <bundle>/Contents/Resources.
101 files = []
110 # Make symlinks instead copying files. This is handy during debugging, but
195 files = self.files[:]
197 files.append((path, pathjoin("Contents", "Resources",
200 files.append((path, pathjoin("Contents", "Frameworks",
206 self.message("Copying files", 1)
208 files.sort()
209 for src, dst in files:
326 # Optional wrapper that converts "dropped files" into sys.argv values.
472 self.files.append((self.destroot + self.executable, execpath))
477 self.files.append((self.mainprogram, pathjoin(resdir, mainprogram)))
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
558 self.files.append((src, dst))
584 # Create individual .pyc files.
679 self.files.append((path, pathjoin("Contents", "Resources", dstpath)))
743 files = os.listdir(path)
744 for sub in files:
823 -l, --link symlink files/folder instead of copying them
879 builder.files.append(srcdst)