OS Specific Toolchain: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Unix files are line terminated, not separated, don't use a broken editor - besides this point is relevant for more content on this page, not just that particular file.
m Rephrase the warning that makefiles uses tabs for special purposes
Line 75: Line 75:
You can also add 'emyos_i386.o' to the dependencies of 'ALL_EMULATIONS' if you like, but it is not essential.
You can also add 'emyos_i386.o' to the dependencies of 'ALL_EMULATIONS' if you like, but it is not essential.


'''Attention:''' the second line must start with a ''tab'', not spaces. Otherwise 'make' might complain about missing seperators.
'''Note:''' The second line must start with single ''tab'', not spaces, because this is a [[Makefile]].


== GCC ==
== GCC ==