Update of /cvsroot/htoolkit/gio
In directory sc8-pr-cvs1:/tmp/cvs-serv2042/gio
Modified Files:
configure makefile
Log Message:
Make HToolkit compatible with GHC-6.0
Index: configure
===================================================================
RCS file: /cvsroot/htoolkit/gio/configure,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure 26 Mar 2003 12:56:30 -0000 1.2
--- configure 8 Jun 2003 19:42:12 -0000 1.3
***************
*** 257,260 ****
--- 257,261 ----
echo "Package" > config/gio.pkg
echo " { name=\"gio\"" >> config/gio.pkg
+ echo " , auto=True" >> config/gio.pkg
echo " , import_dirs=[\"$curdir/imports\"]" >> config/gio.pkg
echo " , library_dirs=[\"$curdir/imports\"]" >> config/gio.pkg
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/gio/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile 30 Mar 2003 18:49:07 -0000 1.8
--- makefile 8 Jun 2003 19:42:12 -0000 1.9
***************
*** 135,139 ****
$(HOBJS): $(HOUTDIR)/%.o: %.hs
! $(HC) -o $@ -ohi $(subst .o,.hi,$@) -odir $(HOUTDIR)/$(*D) -c $< $(HC-OPTIONS) -i$(IMPORTSDIR) $(INCDIRS)
@# create dependency file
@$(HC) $< $(HC-OPTIONS) -M -optdep-f -optdep$(*F).d -i$(IMPORTSDIR)
--- 135,139 ----
$(HOBJS): $(HOUTDIR)/%.o: %.hs
! $(HC) -o $@ -package-name gio -ohi $(subst .o,.hi,$@) -odir $(HOUTDIR)/$(*D) -c $< $(HC-OPTIONS) -i$(IMPORTSDIR) $(INCDIRS)
@# create dependency file
@$(HC) $< $(HC-OPTIONS) -M -optdep-f -optdep$(*F).d -i$(IMPORTSDIR)
***************
*** 182,184 ****
webdoc: doc
# -cd doc; scp *.html *.css *.gif $(USERNAME)@sunshine.cs.uu.nl:~/pub-www/doc/gio; cd ..
! -cd doc; scp *.html *.css *.gif $(USERNAME)@shell.sourceforge.net:/home/groups/h/ht/htoolkit/htdocs/doc/gio; cd ..
\ No newline at end of file
--- 182,184 ----
webdoc: doc
# -cd doc; scp *.html *.css *.gif $(USERNAME)@sunshine.cs.uu.nl:~/pub-www/doc/gio; cd ..
! -cd doc; scp *.html *.css *.gif $(USERNAME)@shell.sourceforge.net:/home/groups/h/ht/htoolkit/htdocs/doc/gio; cd ..
|