Changeset 19794
- Timestamp:
- 02/02/07 14:10:36 (2 years ago)
- Files:
-
- juggler/branches/2.0/buildwin32.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/buildwin32.py
r19749 r19794 1537 1537 # OpenAL 1.0 and 1.1 put the redistributable DLL in different places. 1538 1538 dll_dirs = [os.path.join(srcdir, 'dll'), 1539 os.path.join(r'C:\windows', 'SysWOW64'), 1539 1540 os.path.join(r'C:\windows', 'system32')] 1540 1541 … … 1543 1544 if os.path.exists(dll): 1544 1545 smartCopy(dll, destdir) 1546 break 1545 1547 1546 1548 srcdir = os.environ['ALUT_ROOT'] … … 1551 1553 alut_dll = os.path.join(srcdir, 'lib', 'alut.dll') 1552 1554 if os.path.exists(alut_dll): 1553 smartCopy( dll, destdir)1555 smartCopy(alut_dll, destdir) 1554 1556 1555 1557 def installOmniORB(prefix):

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