mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +00:00
17 lines
289 B
Makefile
17 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}
|
|
|