From: Duncan C. <dun...@us...> - 2004-08-04 18:47:14
|
Update of /cvsroot/gtk2hs/gtk2hs/mk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16391/mk Modified Files: config.mk.in Log Message: Add --disable-deprecated config option. Note that this configuration will not build sucessfully yet; other modules need to be modified to conditionally compile deprecated functions. Index: config.mk.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/config.mk.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- config.mk.in 27 Jul 2004 08:22:16 -0000 1.26 +++ config.mk.in 4 Aug 2004 18:46:32 -0000 1.27 @@ -92,6 +92,9 @@ # Provide gnome bindings. ENABLE_GNOME = @ENABLE_GNOME@ +# Do not provide depricated bindings +DISABLE_DEPRECATED = @DISABLE_DEPRECATED@ + # This should be libXXX.a and XXX for Unix and # XXX.lib and XXX.exe for Windows |