1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/src/ar65
Oliver Schmidt 052b229f86 Replaced whole bunch for Makefiles with a single generic Makefile.
- Targeting GNU toolchain.
- Modern dependency handling.
- Warning-free build.
- GCC option -Werror set.
- Dynamic search paths.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-04-27 17:20:36 +02:00
..
add.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
add.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
error.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
exports.c In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
exports.h Simplify things using collections. Some more generic overhaul. 2011-01-28 11:54:35 +00:00
extract.c Fixed a typo 2000-08-03 11:02:06 +00:00
extract.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fileio.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
fileio.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
global.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
global.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
library.c In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
library.h In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
list.c Simplify things using collections. Some more generic overhaul. 2011-01-28 11:54:35 +00:00
list.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
main.c No copyright message here. 2013-04-08 00:11:17 +02:00
objdata.c In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
objdata.h Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00
objfile.c Allow for warning-free build of ar65 with MS VC on warning level 3. 2013-04-08 00:11:15 +02:00
objfile.h Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00