From 83d690185a33f673bfca2fffe256d2a96d4e9116 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 26 Feb 2011 21:25:57 +0000 Subject: [PATCH] OpenAL32.lib --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 10a7ed0a72..603e313382 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -448,7 +448,7 @@ if (COMPILER=="MSVC"): if (os.path.exists(GetThirdpartyDir() + "openal/lib/pandaopenal32.lib")): LibName("OPENAL", GetThirdpartyDir() + "openal/lib/pandaopenal32.lib") else: - LibName("OPENAL", GetThirdpartyDir() + "openal/lib/libOpenAL32.dll.a") + LibName("OPENAL", GetThirdpartyDir() + "openal/lib/OpenAL32.lib") if (PkgSkip("WX")==0): LibName("WX", GetThirdpartyDir() + "wx/lib/wxbase28u.lib") LibName("WX", GetThirdpartyDir() + "wx/lib/wxmsw28u_core.lib")