Menu

#75 win32 makefile

Windows(Win32)
open
nobody
5
2003-12-05
2003-12-05
Anonymous
No

While compiling and linking in win32 (win2k) I received a
link error. To solve this I just added this to
makefile.win32

before the scache.obj part, just insert this

src/aln.obj: src/aln.c $(INCLUDES)
$(CC) $(CFLAGS) src/aln.c

and then in the link command part of it insert
SRC/ALN.OBJ
right before SRC/SCACHE.OBJ, which is the last obj there

Discussion


Log in to post a comment.