I'll give this a try; thanks a lot. This was a direct cut-and-paste from
sources that supposedly compiled. Is it possible that the makefile I have is
for something other than Microsoft MASM (Like Borland TASM)? No specific
tool chain was specified.
On 5/25/07 5:16 AM, "Brad Parker" <brad at heeltoe.com> wrote:
"Richard A. Cini" wrote:
# Executable
db.exe: $(OBJ1)
link @db.lnk
put this target (db.exe) *before* the "# asm sources" obj targets.
it's taking the first target as the default.
you could also say "make db.exe" and it should build everything.
I generally make the first target something like:
all: db.exe
and then the order does not matter.
-brad
Rich
--
Rich Cini
Collector of Classic Computers
Build Master and lead engineer, Altair32 Emulator
http://www.altair32.com
http://highgate.comm.sfu.ca/~rcini/classiccmp