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

OS-specific libraries variable $(LIBS). Unix/Linux version needs more specified.

parent b693838a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ CFLAGS := -mno-cygwin
LFLAGS := --target=i386-mingw32 -mno-cygwin
DELETE = echo y | del
OUTLIB = --output-lib
LIBS = $(LIBDIR)/libwsock32.a $(LIBDIR)/libwinmm.a
else # Linux
......@@ -42,6 +43,7 @@ CFLAGS :=
LFLAGS :=
DELETE = rm -f -v
OUTLIB = -o
LIBS = $(LIBDIR)/libc.a
endif
......@@ -62,7 +64,6 @@ include sbbsdefs.mak # defines $(SBBSDEFS)
SBBSLIB = $(LIBODIR)/sbbs.a
LIBS = $(LIBDIR)/libwsock32.a $(LIBDIR)/libwinmm.a
# Implicit C Compile Rule for SBBS
$(LIBODIR)/%.o : %.c
......
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