Build
-----
+- Bug #1746880: Correctly install DLLs into system32 folder on Win64.
+
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
- Patch #1673122: Use an explicit path to libtool when building a framework.
testprefix = ''
if msilib.Win64:
- SystemFolderName = "[SystemFolder64]"
+ SystemFolderName = "[System64Folder]"
else:
SystemFolderName = "[SystemFolder]"
if not have_ctypes:
print "WARNING: _ctypes.pyd not found, ctypes will not be included"
extensions.remove("_ctypes.pyd")
-
+
# Add all .py files in Lib, except lib-tk, test
dirs={}
pydirs = [(root,"Lib")]