X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=889d86a281e6a2df1893d87582da1f07172f8d3a;hb=d841b6291656761f6b57e6828cad25b3f0ff75eb;hp=b6d8ede187b1b7d4f4b6cebba5142707b38b326a;hpb=466ad9a7d423a110112981deb123f22a309e98a6;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index b6d8ede..889d86a 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -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)