1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-11 14:29:11 +00:00
cc65/src
Oliver Schmidt 32daa3dd2b Added support for 'prefix'.
If the variable 'prefix' is defined then the builtin search paths are set to
$(prefix)/lib/cc65/... allowing to build binaries intended for installation.

Note that the library build still works with these binaries as it generally
overrides the builtin search paths by setting the CC65_HOME env var.
2013-06-07 23:13:46 +02:00
..
ar65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ca65 Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
ca65html Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cc65 Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
chrcvt Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cl65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
co65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
common Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
da65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
grc65 No copyright message here. 2013-04-27 17:39:52 +02:00
ld65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
od65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim65 Adjusted usage. 2013-05-24 18:36:59 +02:00
sp65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
.gitignore Added MS VS 2010 solution with projects for the major binaries. 2013-04-10 19:30:36 +02:00
ar65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
ca65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cc65.sln Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
cc65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
cl65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
co65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
common.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
da65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
grc65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
ld65.vcxproj Finetuned project files for build server compatibility. 2013-04-12 23:24:48 +02:00
Makefile Added support for 'prefix'. 2013-06-07 23:13:46 +02:00
od65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
sim65.vcxproj Adjusted sim65 MS VC build settings to the ones of the other binaries. 2013-05-21 20:54:33 +02:00
sp65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00