mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
OpenAL32.lib
This commit is contained in:
parent
03a030532f
commit
83d690185a
@ -448,7 +448,7 @@ if (COMPILER=="MSVC"):
|
|||||||
if (os.path.exists(GetThirdpartyDir() + "openal/lib/pandaopenal32.lib")):
|
if (os.path.exists(GetThirdpartyDir() + "openal/lib/pandaopenal32.lib")):
|
||||||
LibName("OPENAL", GetThirdpartyDir() + "openal/lib/pandaopenal32.lib")
|
LibName("OPENAL", GetThirdpartyDir() + "openal/lib/pandaopenal32.lib")
|
||||||
else:
|
else:
|
||||||
LibName("OPENAL", GetThirdpartyDir() + "openal/lib/libOpenAL32.dll.a")
|
LibName("OPENAL", GetThirdpartyDir() + "openal/lib/OpenAL32.lib")
|
||||||
if (PkgSkip("WX")==0):
|
if (PkgSkip("WX")==0):
|
||||||
LibName("WX", GetThirdpartyDir() + "wx/lib/wxbase28u.lib")
|
LibName("WX", GetThirdpartyDir() + "wx/lib/wxbase28u.lib")
|
||||||
LibName("WX", GetThirdpartyDir() + "wx/lib/wxmsw28u_core.lib")
|
LibName("WX", GetThirdpartyDir() + "wx/lib/wxmsw28u_core.lib")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user