From e85dc20a4869c91faa3869695d2d19bfe07f9abc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 22:36:22 +0100 Subject: Nice tank-border collision detection --- htanks.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 053eec7..584e905 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -14,6 +14,7 @@ data-files: tex/*.png executable: HTanks hs-source-dirs: src main-is: HTanks.hs -other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Bindings.GLX, Bindings.GLPng -ghc-options: -threaded +other-modules: Collision, CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, + Bindings.GLX, Bindings.GLPng +ghc-options: -threaded -O2 extra-libraries: glpng -- cgit v1.2.3