Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 375253
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/setup.py
0
++ b/setup.py
Lines 76-82 Link Here
76
    lib_dir_list = [fltk_lib_dir]
76
    lib_dir_list = [fltk_lib_dir]
77
    lib_list = ["fltk", "kernel32", "user32", "gdi32", "winspool", "comdlg32", "Comctl32", "advapi32", "shell32", "oleaut32", "odbc32", "odbccp32", "stdc++", "msvcr71"]
77
    lib_list = ["fltk", "kernel32", "user32", "gdi32", "winspool", "comdlg32", "Comctl32", "advapi32", "shell32", "oleaut32", "odbc32", "odbccp32", "stdc++", "msvcr71"]
78
    #link_arg_list=["-Wl,--enable-runtime-pseudo-reloc", "-Wl,--enable-auto-import"]
78
    #link_arg_list=["-Wl,--enable-runtime-pseudo-reloc", "-Wl,--enable-auto-import"]
79
elif sys.platform == 'linux2':
79
elif sys.platform.startswith('linux'):
80
    print "Building for Linux"
80
    print "Building for Linux"
81
    # ugly hack to force distutils to use g++ instead of gcc for linking
81
    # ugly hack to force distutils to use g++ instead of gcc for linking
82
    from distutils import sysconfig
82
    from distutils import sysconfig

Return to bug 375253