From: Axel S. <as...@us...> - 2004-11-28 20:56:25
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25062/gtk Added Files: gtk2hs.pkg.in Log Message: Forgot to add the new package file. --- NEW FILE: gtk2hs.pkg.in --- Package { name = "gtk2hs", auto = False, import_dirs = ["@hidir@"], source_dirs = [], library_dirs = [@GTK_LIBDIR_CQ@], hs_libraries = ["gtk2hs"], extra_libraries = [@GTK_LIBS_CQ@], include_dirs = [@GTK_CFLAGS_CQ@], c_includes = ["gtk/gtk.h"], package_deps = ["data"], extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [@GTK_LIBEXTRA_CQ@] } |