Browse Source

OpenAL32.lib

rdb 15 years ago
parent
commit
83d690185a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
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")