Fixed event handling bug; don't provide generated bindings in git as they are probably not 64-bit clean

This commit is contained in:
Matthias Schiffer 2010-02-25 05:08:10 +01:00
parent 9ca9555fed
commit bbed580653
5 changed files with 5 additions and 522 deletions

View file

@ -1,7 +1,7 @@
all: HTanks
HTanks : Bindings/GLX.hs Bindings/GLPng.hs GLDriver.hs GLX.hs Texture.hs Tank.hs Level.hs Game.hs Render.hs HTanks.hs
ghc --make HTanks -lGL -lglpng
ghc -threaded --make HTanks -lGL -lglpng
%.hs : %.hsc
hsc2hs $<