Compilation problem under Linux should be fixed now
This commit is contained in:
parent
b988f4008f
commit
e9117d3e20
@ -7,6 +7,10 @@ TARGET=msgidlib
|
||||
include $(TOP)/GNUmakef.inc
|
||||
include $(TOP)/GNUmakef.lib
|
||||
|
||||
ifeq ($(PLATFORM),lnx)
|
||||
CFLAGS+=-DUNIX
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),be)
|
||||
CFLAGS+=-DUNIX=__BEOS__
|
||||
endif
|
||||
|
Reference in New Issue
Block a user