mingw support
This commit is contained in:
parent
0d4ea17803
commit
657b67a9a9
7
setup.py
7
setup.py
@ -66,7 +66,12 @@ elif sys.platform == 'win32':
|
||||
from cx_Freeze import setup, Executable
|
||||
|
||||
e = Executable(app, base = 'Win32GUI', icon = 'images/FAHControl.ico')
|
||||
options = {'build_exe': {'build_exe': 'gui'}}
|
||||
options = {
|
||||
'build_exe': {
|
||||
'build_exe': 'gui',
|
||||
'includes': 'gtk'
|
||||
}
|
||||
}
|
||||
extra_opts = dict(executables = [e], options = options)
|
||||
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user