GBA Emulator for teaching and homebrew Code
Status: Beta
Brought to you by:
gmiller1018
File | Date | Author | Commit |
---|---|---|---|
.hg | 2011-06-03 | gmiller1018 | [r38] |
m4 | 2011-01-30 | gmiller1018 | [r1] |
po | 2011-01-30 | gmiller1018 | [r1] |
src | 2011-02-01 | gmiller1018 | [r14] Update to build on windows 7 with DirectX (june... |
win32 | 2011-02-01 | gmiller1018 | [r37] remove files that are artifacts |
.cvsignore | 2011-01-30 | gmiller1018 | [r1] |
.hgignore | 2011-06-03 | gmiller1018 | [r38] |
ABOUT-NLS | 2011-01-30 | gmiller1018 | [r1] |
AUTHORS | 2011-01-30 | gmiller1018 | [r1] |
COPYING | 2011-01-30 | gmiller1018 | [r1] |
ChangeLog | 2011-01-30 | gmiller1018 | [r1] |
ChangeLog.1.5.1 | 2011-01-30 | gmiller1018 | [r1] |
ChangeLog.1.7 | 2011-01-30 | gmiller1018 | [r1] |
ChangeLog.1.7.1 | 2011-01-30 | gmiller1018 | [r1] |
INSTALL | 2011-01-30 | gmiller1018 | [r1] |
Makefile.am | 2011-01-30 | gmiller1018 | [r1] |
Makefile.in | 2011-01-30 | gmiller1018 | [r1] |
NEWS | 2011-01-30 | gmiller1018 | [r1] |
README | 2011-01-30 | gmiller1018 | [r1] |
README-win.txt | 2011-01-30 | gmiller1018 | [r1] |
README.CVS | 2011-01-30 | gmiller1018 | [r1] |
VERSION | 2011-01-30 | gmiller1018 | [r1] |
acinclude.m4 | 2011-01-30 | gmiller1018 | [r1] |
aclocal.m4 | 2011-01-30 | gmiller1018 | [r1] |
compile | 2011-01-30 | gmiller1018 | [r1] |
config.guess | 2011-01-30 | gmiller1018 | [r1] |
config.rpath | 2011-01-30 | gmiller1018 | [r1] |
config.sub | 2011-01-30 | gmiller1018 | [r1] |
configure | 2011-01-30 | gmiller1018 | [r1] |
configure.in | 2011-01-30 | gmiller1018 | [r1] |
depcomp | 2011-01-30 | gmiller1018 | [r1] |
fix-timestamps | 2011-01-30 | gmiller1018 | [r1] |
install-sh | 2011-01-30 | gmiller1018 | [r1] |
missing | 2011-01-30 | gmiller1018 | [r1] |
mkinstalldirs | 2011-01-30 | gmiller1018 | [r1] |
After extracting the code from CVS, be sure to do the following if you are using the configure script: ./fix-timestamps Failure to do so will result in problems during compilation on systems that have newer versions of GNU automake/autoconf. This is caused by the fact that CVS processes files in alphabetical order and doesn't keep timestamps. This does not happen on source distributions. If you need to regenerate those files, do in this order: aclocal autoconf automake -a -c