Think of it like reading a book where you need a dictionary to understand some of the words - if you HAVE a dictionary on hand, people get pissed off if you keep asking what words mean instead of using the dictionary FIRST.

Moderator: Stef
Code: Select all
INCS = -I$(GENDEV)/m68k/include -I$(GENDEV)/m68k/sdk/include -I.
FLAGS = $(OPTION) -m68000 -Wall -O1 -c -fomit-frame-pointer $(INCS)
LIBS = -L$(GENDEV)/m68k/lib -L$(GENDEV)/m68k/sdk/lib -lmd -lgcc
Yes Shiru I just found this out ... Chilly recommended geany to me.Shiru wrote:Why you so depends on IDE? You don't really need it, you could develop large project without using IDE at all. The only thing you need, to make the work more comfortable, is programming-oriented text editor - with syntax highlight, and optionally with feature for running external programs by hotkey.