-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathq3demo.cabal
37 lines (34 loc) · 1.26 KB
/
q3demo.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: Q3Demo
Version: 0.0.1
Cabal-Version: >= 1.2
Synopsis: First Person Shooter Demo
Category: Graphics, Game
Description: First Person Shooter Demo
Author: Csaba Hruska
Maintainer: csaba (dot) hruska (at) gmail (dot) com
Copyright: (c) 2011-2012, Csaba Hruska
License: BSD3
License-File: LICENSE
Stability: experimental
Build-Type: Simple
Extra-Source-Files:
Q3Demo/Data/Items.hs
Q3Demo/Data/Material.hs
Q3Demo/Graphics/GLBackend.hs
Q3Demo/Graphics/Pipeline.hs
Q3Demo/Graphics/Q3Patch.hs
Q3Demo/Loader/BSP.hs
Q3Demo/Loader/MD3.hs
Q3Demo/Loader/ShaderParser.hs
Q3Demo/Loader/Zip.hs
Q3Demo/Main.hs
Executable q3demo
HS-Source-Dirs: src
Main-IS: SDLWrapper.hs
Build-Depends: base >= 4 && < 5, containers, directory, filepath, mmap,
attoparsec, binary, bytestring, bytestring-trie, data-binary-ieee754, digest, utf8-string, vect, vector, zlib,
OpenGLRaw, SDL, SDL-mixer, bitmap, stb-image >= 0.2
GHC-Options: -no-hs-main -O2 -Wall -fforce-recomp -fno-warn-unused-do-bind -fno-warn-name-shadowing
Extensions: ForeignFunctionInterface
C-Sources: cbits/wrapper.c
Include-Dirs: /opt/local/include/SDL cbits