Commit Graph

565 Commits

Author SHA1 Message Date
Vegard Nossum
94fad97aed Switch line terminators from CRLF to LF
Argh, that obnoxious platform again... ;-)

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:32:12 +02:00
Vegard Nossum
0d9739535e Use spaces instead of tabs after CPP directives
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:26:46 +02:00
Vegard Nossum
0ce5efb3c5 build: remove obsolete objs* directories
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:17:03 +02:00
Vegard Nossum
0b65d01289 build: add top-level Makefile
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:11:30 +02:00
Vegard Nossum
1a98f20535 rgbfix: improve Makefile
Make object filename explicit and add "clean" target.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:10:44 +02:00
Vegard Nossum
322a0b05d8 link: improve Makefile
Make object filenames explicit and add "clean" target.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:09:27 +02:00
Vegard Nossum
c0a9cf79a3 lib: improve Makefile
Make object files explicit and add "clean" target.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:07:17 +02:00
Vegard Nossum
48c34238eb asm: improve Makefile
Make the generated object files explicit and add a "clean" target.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:04:47 +02:00
Vegard Nossum
e12cb95079 build: rip out obsolete makefiles for obsolete platforms
We don't support DOS/Win32, so these are not needed anymore...

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:58:39 +02:00
Vegard Nossum
8a7adf4c3b rgbfix: make rgbfix compile for Linux
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:57:16 +02:00
Vegard Nossum
4d06e6de79 link: make xlink compile for Linux
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:56:20 +02:00
Vegard Nossum
c31b87b16a lib: make xlib compile on Linux
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:55:26 +02:00
Vegard Nossum
1024c30866 asm: make rgbasm compile on Linux
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:50:48 +02:00
Vegard Nossum
b53e170781 Make all file names lowercase
This fixes a zip/platform artifact.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:25:27 +02:00
Carsten Sorensen
e895832b2b Initial revision: imported RGBDS source code
The code comes from the RGBDS source and documentation zip files found
on this website:

http://www.otakunozoku.com/1999/08/01/rednex-gameboy-development-system/

The same website reports:

	"Best of all, it’s free! That’s right! Free! The executables
	are free to use, either for personal hobby use, or full blown
	commercial productions — I know of at least a dozen commercial
	games you can purchase that are written with RGBDS — and the
	source code is free to modify.

	"The only thing I ask is that you do not charge for either
	distributing the executables or source code, and any derivative
	works you give credit to the original authors of the tools.
	That means you have to say “Thanks” to the original authors
	SurfSmurf and Otaku."

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 06:00:24 +02:00