Moved source files to src directory
This commit is contained in:
parent
2bb8561836
commit
7327695ca3
14 changed files with 3 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
||||||
module Paths_htanks where
|
|
||||||
|
|
||||||
getDataFileName :: FilePath -> IO FilePath
|
|
||||||
getDataFileName = return
|
|
|
@ -9,10 +9,11 @@ author: Matthias Schiffer
|
||||||
maintainer: matthias@gamezock.de
|
maintainer: matthias@gamezock.de
|
||||||
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
|
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
data-files: tex/Bullet.png, tex/Cannon.png, tex/Tank.png, tex/Wood.png
|
data-files: tex/*.png
|
||||||
|
|
||||||
executable: HTanks
|
executable: HTanks
|
||||||
|
hs-source-dirs: src
|
||||||
main-is: HTanks.hs
|
main-is: HTanks.hs
|
||||||
other-modules: Bindings.GLX, Bindings.GLPng
|
other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, Paths_htanks, Player, Render, Texture, Bindings.GLX, Bindings.GLPng
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
extra-libraries: glpng
|
extra-libraries: glpng
|
||||||
|
|
Reference in a new issue