mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
18 lines
289 B
Makefile
18 lines
289 B
Makefile
|
|
SRCROOT := ../..
|
|
COMPILER_NAME := bcc
|
|
OBJ_EXT := obj
|
|
|
|
STLPORT_DIR := ../../..
|
|
include Makefile.inc
|
|
include ${SRCROOT}/Makefiles/gmake/top.mak
|
|
|
|
INCLUDES += -I${STLPORT_INCLUDE_DIR}
|
|
|
|
ifdef STLP_BUILD_BOOST_PATH
|
|
INCLUDES += -I${STLP_BUILD_BOOST_PATH}
|
|
endif
|
|
|
|
LDSEARCH = -L${STLPORT_LIB_DIR}
|
|
|