Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
80d2e6f7
Commit
80d2e6f7
authored
Jul 09, 2008
by
Ian Lynagh
Browse files
ObjectIO is no longer an extralib
parent
ccc9a4a5
Changes
5
Hide whitespace changes
Inline
Side-by-side
.darcs-boring
View file @
80d2e6f7
...
...
@@ -33,7 +33,6 @@
^libraries/HUnit(/|$)
^libraries/HaXml(/|$)
^libraries/Japi(/|$)
^libraries/ObjectIO(/|$)
^libraries/OpenAL(/|$)
^libraries/OpenGL(/|$)
^libraries/QuickCheck(/|$)
...
...
configure.ac
View file @
80d2e6f7
...
...
@@ -807,21 +807,6 @@ dnl if test x"$EnableWin32DLLs" = "xYES" ; then
dnl AC_DEFINE(HAVE_WIN32_DLL_SUPPORT)
dnl fi
dnl ** Enable the building of the ObjectIO?
dnl --------------------------------------------------------------
AC_ARG_ENABLE(objectio,
[AC_HELP_STRING([--enable-objectio],
[Build ObjectIO, a portable GUI library for Haskell. [default=no]])],
[ if test x"$enableval" = x"yes"; then
GhcLibsWithObjectIO=YES
else
GhcLibsWithObjectIO=NO
fi
],
[GhcLibsWithObjectIO=NO]
)
AC_SUBST(GhcLibsWithObjectIO)
dnl ** .NET interop support?
dnl --------------------------------------------------------------
AC_ARG_ENABLE(dotnet,
...
...
libraries/Makefile
View file @
80d2e6f7
...
...
@@ -70,9 +70,6 @@ SUBDIRS += $(wildcard ALUT)
SUBDIRS
+=
$(
wildcard
stm
)
SUBDIRS
+=
$(
wildcard
xhtml
)
SUBDIRS
+=
$(
wildcard
cgi
)
ifeq
"$(GhcLibsWithObjectIO)" "YES"
SUBDIRS
+=
$(
wildcard
ObjectIO
)
endif
SUBDIRS
+=
$(
wildcard
parallel
)
SUBDIRS_BUILD
+=
$(
wildcard
ndp
)
SUBDIRS_BUILD
+=
$(
wildcard
dph/dph-base
)
...
...
libraries/extra-packages
View file @
80d2e6f7
ALUT
GLUT
HUnit
ObjectIO
OpenAL
OpenGL
QuickCheck
...
...
mk/config.mk.in
View file @
80d2e6f7
...
...
@@ -442,10 +442,6 @@ SplitObjs=$(strip $(if $(filter $(TargetArch_CPP),i386 x86_64 powerpc sparc),\
# Math library
LIBM
=
@LIBM@
# Build the ObjectIO ?
#
GhcLibsWithObjectIO
=
@GhcLibsWithObjectIO@
# .NET interop support?
#
DotnetSupport
=
@DotnetSupport@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment