Changeset 19795
- Timestamp:
- 02/02/07 14:12:39 (2 years ago)
- Files:
-
- juggler/trunk/build_windows.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/build_windows.py
r19783 r19795 1739 1739 # OpenAL 1.0 and 1.1 put the redistributable DLL in different places. 1740 1740 dll_dirs = [os.path.join(srcdir, 'dll'), 1741 os.path.join(r'C:\windows', 'SysWOW64'), 1741 1742 os.path.join(r'C:\windows', 'system32')] 1742 1743 … … 1745 1746 if os.path.exists(dll): 1746 1747 smartCopy(dll, destdir) 1748 break 1747 1749 1748 1750 srcdir = os.environ['ALUT_ROOT'] … … 1753 1755 alut_dll = os.path.join(srcdir, 'lib', 'alut.dll') 1754 1756 if os.path.exists(alut_dll): 1755 smartCopy( dll, destdir)1757 smartCopy(alut_dll, destdir) 1756 1758 1757 1759 def installOmniORB(prefix):

WINDOWS\SysWOW64 for OpenAL32.dll since that's where it ends