Compilation problem under Linux should be fixed now

This commit is contained in:
Alexander S. Aganichev 2003-04-07 10:14:13 +00:00
parent b988f4008f
commit e9117d3e20

View File

@ -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