Skip to content
Snippets Groups Projects
Commit bc5cb750 authored by rswindell's avatar rswindell
Browse files

smbwrap.c and sbbsinet.h will be distributed with the xsdk, so assume they're in ../sdk

parent 32bee901
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ LIBS = $(LIBDIR)/libpthread.a
endif
CFLAGS := $(CFLAGS) -I../sdk -I/src/sbbs3
CFLAGS := $(CFLAGS) -I../sdk
SBL: sbl$(EXEFILE)
sbl$(EXEFILE) : sbl.c ../sdk/xsdk.c ../sdk/xsdkvars.c /src/sbbs3/smbwrap.c
sbl$(EXEFILE) : sbl.c ../sdk/xsdk.c ../sdk/xsdkvars.c ../sdk/smbwrap.c
$(CC) $(CFLAGS) $^ -o $@ $(LIBS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment