aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 02:31:30 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 02:31:30 +0200
commitfe01cad4cc1bbe97431d999db28a2943b5f18e1c (patch)
tree7d6162f350d56b43548564ddc324e85ebf48127c
parent054be80416dbd7f853ffd680d1b90323acd2074f (diff)
downloadesdl2-fe01cad4cc1bbe97431d999db28a2943b5f18e1c.tar.gz
esdl2-fe01cad4cc1bbe97431d999db28a2943b5f18e1c.tar.bz2
esdl2-fe01cad4cc1bbe97431d999db28a2943b5f18e1c.zip
Remove the .app.src file
-rw-r--r--Makefile2
-rw-r--r--src/esdl2.app.src25
2 files changed, 2 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 9c14b8a..fdb039a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PROJECT = esdl2
+PROJECT_DESCRIPTION = SDL2 Erlang NIF.
+PROJECT_VERSION = 0.1.0
# SDL 2.0.3 has this option enabled that causes problems with NIF functions.
SDL2_LIBS_FILTER_OUT = -Wl,--no-undefined
diff --git a/src/esdl2.app.src b/src/esdl2.app.src
deleted file mode 100644
index 6e5fc94..0000000
--- a/src/esdl2.app.src
+++ /dev/null
@@ -1,25 +0,0 @@
-%% Copyright (c) 2014-2015, Loïc Hoguin <[email protected]>
-%%
-%% Permission to use, copy, modify, and/or distribute this software for any
-%% purpose with or without fee is hereby granted, provided that the above
-%% copyright notice and this permission notice appear in all copies.
-%%
-%% THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-%% WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-%% MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-%% ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-%% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-{application, esdl2, [
- {description, "SDL2 Erlang NIF."},
- {vsn, "0.1.0"},
- {modules, []},
- {registered, []},
- {applications, [
- kernel,
- stdlib
- ]},
- {env, []}
-]}.