1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc
Oliver Schmidt 7024e2789d Explicitly set search paths for libraries build.
The libraries build is prepared to work with binaries not part of the current
working tree. But in this case the default search path surely points to some
other working tree. Even the binaries in this working tree might have been
compiled with non-standard builtin search paths.

Anyway when building the libraries we want always to use the headers from
the current working tree. Therefore we want to set them explicitly. Instead
of setting all in all five paths on the command lines of ca65, cc65 and ld65 I
opted to just set the single environment variable.
2013-05-31 21:30:14 +02:00
..
apple2 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
atari Brought back mouse driver source code. 2013-05-28 22:07:04 +02:00
atmos Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
c16 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
c64 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
c128 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cbm Use cbm_load() to load overlays on CBMs. 2013-05-29 01:12:24 +02:00
cbm510 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cbm610 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
conio Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbg Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
em Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
geos-apple Made geos-apple's file-converter depend on apple2enh's library. 2013-05-09 14:46:04 -04:00
geos-cbm Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
geos-common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joystick Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lynx Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mouse Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
nes Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pet Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
plus4 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
runtime Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
serial Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim6502 Added support for cc65 program arguments. 2013-05-24 18:36:30 +02:00
supervision Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vic20 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
zlib Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
Makefile Explicitly set search paths for libraries build. 2013-05-31 21:30:14 +02:00