Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Fill README and modernize build #2

Merged
merged 5 commits into from Jul 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
/Makefile.in
/Makefile
/aclocal.m4
/autom4te.cache/
/compile
/config.h
/config.h.in
/config.log
/config.status
/configure
/depcomp
/install-sh
/missing
/src/.deps/
/src/.dirstamp
/src/*.o
/stamp-h1
*~
/easyrpg-editor-wx
Empty file removed ChangeLog
Empty file.
236 changes: 0 additions & 236 deletions INSTALL

This file was deleted.

6 changes: 4 additions & 2 deletions Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = src
EXTRA_DIST = src/easyrpg.ico src/easyrpg.xpm

EXTRA_DIST = AUTHORS ChangeLog NEWS README src/easyrpg.ico src/easyrpg.xpm
bin_PROGRAMS = easyrpg-editor-wx

easyrpg_editor_wx_SOURCES = src/easyrpg.cpp