Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
7fe69f70
Commit
7fe69f70
authored
Aug 29, 2006
by
Simon Marlow
Browse files
omit HGL on Windows
parent
9cb7f475
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
7fe69f70
...
...
@@ -31,7 +31,11 @@ SUBDIRS += $(wildcard mtl)
SUBDIRS
+=
$(
wildcard
fgl
)
SUBDIRS
+=
$(
wildcard
X11
)
SUBDIRS
+=
$(
wildcard
time
)
ifeq
"$(Windows)" "NO"
# HGL is not working on Win32, so omit it for now. Better not to ship it
# at all than to ship a broken version.
SUBDIRS
+=
$(
wildcard
HGL
)
endif
SUBDIRS
+=
$(
wildcard
OpenGL
)
SUBDIRS
+=
$(
wildcard
GLUT
)
SUBDIRS
+=
$(
wildcard
OpenAL
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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