From 1415bbcc99a13bedb46d6521835459f9af8e1bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 6 Mar 2011 13:47:13 +0100 Subject: [PATCH] New DLL files --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7568b799d..7b398f08d 100755 --- a/setup.py +++ b/setup.py @@ -486,7 +486,9 @@ try: generate_file('scripts/picard.py2exe.in', 'scripts/picard', {}) self.distribution.data_files.append( ("", ["discid.dll", "libfftw3-3.dll", "libofa.dll", - "msvcp90.dll", "msvcr90.dll"])) + "python27.dll", "msvcr90.dll", "msvcp90.dll", + "avcodec-52.dll", "avformat-52.dll", "avutil-50.dll", + "libstdc++-6.dll"])) for locale in self.distribution.locales: self.distribution.data_files.append( ("locale/" + locale[1] + "/LC_MESSAGES",