make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

converting makefile from borland


From: Totte Karlsson
Subject: converting makefile from borland
Date: Thu, 5 Aug 2004 18:50:58 -0700

Hi,
I'm kind of new to makefiles and I need to convert some borland makefiles to
GnuMake
How will the following translate to gnu make? (it is supposed to make a
library)

$(PROJECT):  $(OTHERFILES) $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
    $(LINKER) /u $@ @&&!
    $(LFLAGS) $? $(COMMA) $(LISTFILE)

I get the following error:


TLib /u test.lib @&&!
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation

Error: '@' seen, expected a response-file's name
make: *** [test.lib] Error 1

cheers,
-totte







reply via email to

[Prev in Thread] Current Thread [Next in Thread]