module names have changed with py2exe 0.6.9

This commit is contained in:
Yann Leboulanger 2008-11-28 14:51:23 +00:00
parent 9d471b700c
commit 9963bea638

View file

@ -146,21 +146,21 @@ Section "Gajim" SecGajim
File "THANKS.artists" File "THANKS.artists"
SetOutPath "$INSTDIR\bin" SetOutPath "$INSTDIR\bin"
File "bin\_cairo.pyd" File "bin\cairo._cairo.pyd"
File "bin\_ctypes.pyd" File "bin\_ctypes.pyd"
File "bin\_gobject.pyd" File "bin\gobject._gobject.pyd"
File "bin\_gtk.pyd" File "bin\gtk._gtk.pyd"
File "bin\_hashlib.pyd" File "bin\_hashlib.pyd"
File "bin\_socket.pyd" File "bin\_socket.pyd"
File "bin\_sqlite3.pyd" File "bin\_sqlite3.pyd"
File "bin\_ssl.pyd" File "bin\_ssl.pyd"
File "bin\_win32sysloader.pyd" File "bin\_win32sysloader.pyd"
File "bin\AES.pyd" File "bin\Crypto.Cipher.AES.pyd"
File "bin\atk.pyd" File "bin\atk.pyd"
File "bin\bz2.pyd" File "bin\bz2.pyd"
File "bin\crypto.pyd" File "bin\OpenSSL.crypto.pyd"
File "bin\gajim.exe" File "bin\gajim.exe"
File "bin\glade.pyd" File "bin\gtk.glade.pyd"
File "bin\history_manager.exe" File "bin\history_manager.exe"
File "bin\libeay32.dll" File "bin\libeay32.dll"
File "bin\libglade-2.0-0.dll" File "bin\libglade-2.0-0.dll"
@ -172,12 +172,12 @@ Section "Gajim" SecGajim
File "bin\pyexpat.pyd" File "bin\pyexpat.pyd"
File "bin\python25.dll" File "bin\python25.dll"
File "bin\pywintypes25.dll" File "bin\pywintypes25.dll"
File "bin\rand.pyd" File "bin\OpenSSL.rand.pyd"
File "bin\select.pyd" File "bin\select.pyd"
File "bin\SHA256.pyd" File "bin\Crypto.Hash.SHA256.pyd"
File "bin\sqlite3.dll" File "bin\sqlite3.dll"
File "bin\ssleay32.dll" File "bin\ssleay32.dll"
File "bin\SSL.pyd" File "bin\OpenSSL.SSL.pyd"
File "bin\unicodedata.pyd" File "bin\unicodedata.pyd"
File "bin\w9xpopen.exe" File "bin\w9xpopen.exe"
File "bin\win32api.pyd" File "bin\win32api.pyd"