1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/src/ca65
Oliver Schmidt 50c4fd1c4c Improve MinGW support.
- Code specific to Windows was #ifdef'ed with _MSC_VER so it wasn't included with MinGW. So _MSC_VER is replaced with _WIN32.
- MinGW doesn't support _get_pgmptr() so it is necessary to directly call the Win32 function GetModuleFileName(). This implies including windows.h which in turn causes a name clash with the Win32 function SearchPath(). So the cc65 type SearchPath is renamed to SearchPaths.
2014-03-03 22:12:14 +01:00
..
anonname.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
anonname.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asserts.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asserts.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
condasm.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
condasm.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ea65.c add jml($1234) for JML Absolute indirect long 2014-02-19 13:22:06 +01:00
ea65.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ea.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
easw16.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
easw16.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
enum.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
enum.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
error.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
error.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
expr.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
expr.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
feature.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
feature.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
filetab.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
filetab.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fragment.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fragment.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
global.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
global.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
incpath.c Improve MinGW support. 2014-03-03 22:12:14 +01:00
incpath.h Improve MinGW support. 2014-03-03 22:12:14 +01:00
instr.c Merge pull request #86 from AntiheroSoftware/ca65-65816 2014-02-28 08:46:44 +01:00
instr.h removing \t from source file 2014-02-13 10:26:08 +01:00
istack.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
istack.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lineinfo.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lineinfo.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
listing.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
listing.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
macro.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
macro.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
main.c Revert "Added basic frame for new target 'creativision'." 2013-12-05 21:45:20 +01:00
nexttok.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
nexttok.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
objcode.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
objcode.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
objfile.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
objfile.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
options.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
options.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pseudo.c Removed references to SunPlus. 2014-02-08 22:48:49 +01:00
pseudo.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
repeat.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
repeat.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scanner.c Removed references to SunPlus. 2014-02-08 22:48:49 +01:00
scanner.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
segdef.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
segdef.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
segment.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
segment.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sizeof.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sizeof.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
span.c Don't remember types for spans if no debug info is requested. 2011-08-21 19:46:47 +00:00
span.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
spool.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
spool.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
struct.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
struct.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
studyexpr.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
studyexpr.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symbol.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symbol.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symentry.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symentry.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symtab.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
symtab.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
token.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
token.h Removed references to SunPlus. 2014-02-08 22:48:49 +01:00
toklist.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
toklist.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ulabel.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ulabel.h Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00