From 7179e467a6469f838f111b1b0758ec9eec547c70 Mon Sep 17 00:00:00 2001 From: Johan Althoff Date: Sun, 11 Jan 2009 12:59:54 +0000 Subject: added SDL.dll to the make_release.py --- scripts/make_release.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/make_release.py') diff --git a/scripts/make_release.py b/scripts/make_release.py index b1cc0fc0..08839da7 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -67,6 +67,7 @@ if include_data and not use_bundle: copydir("data", package_dir) if platform[:3] == "win": shutil.copy("other/config_directory.bat", package_dir) + shutil.copy("SDL.dll", package_dir) if include_exe and not use_bundle: shutil.copy(name+exe_ext, package_dir) -- cgit 1.4.1