Modified to support freebsd
This commit is contained in:
parent
19257193d6
commit
8879b12827
@ -38,8 +38,11 @@ MBOBJS = $(MBOBJS_MSG) $(MBOBJS_JAM) $(MBOBJS_SQ3)
|
|||||||
DEFS = $(PLATFORMDEF) $(MBDEFS) $(NLDEFS)
|
DEFS = $(PLATFORMDEF) $(MBDEFS) $(NLDEFS)
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
|
ifeq (`uname -s`, FreeBSD)
|
||||||
CC = gcc $(CPPFLAGS) $(CFLAGS) $(DEFS) $(LDFLAGS) -I $(INCDIR) -I ../../../deps/ -Wall
|
CC = cc $(CPPFLAGS) $(CFLAGS) $(DEFS) $(LDFLAGS) -I $(INCDIR) -I ../../../deps/ -Wall
|
||||||
|
else
|
||||||
|
CC = gcc $(CPPFLAGS) $(CFLAGS) $(DEFS) $(LDFLAGS) -I $(INCDIR) -I ../../../deps/ -Wall
|
||||||
|
endif
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user