2015-11-17 09:46:58 -06:00
|
|
|
# 16 october 2015
|
|
|
|
|
|
|
|
EXESUFFIX =
|
|
|
|
LIBSUFFIX = .so
|
2015-11-17 10:49:23 -06:00
|
|
|
OSHSUFFIX = .hpp
|
2015-11-17 10:55:52 -06:00
|
|
|
|
2015-11-17 11:09:51 -06:00
|
|
|
# TODO dynamically select the gcc4 compiler instead? gotta figure out how to do this on a GCC 2 Hybrid nightly
|
2015-11-17 10:55:52 -06:00
|
|
|
gccver = $(shell $(CC) --version | sed 's/-.*//g')
|
|
|
|
ifeq ($(gccver),2.95.3)
|
|
|
|
$(error Sorry; GCC 4 is necessary to build libui for Haiku)
|
|
|
|
endif
|