I am trying to build pantheios using nmake however I get the following message
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved.
makefile(18) : fatal error U1050: STLSOFT must be defined Stop.
I downloaded STLSOFT and I looked inside makefile and found the following code
CC_INCLUDES_BASE=\
$(INCLUDES_LEADER)\
$(PROJ_INCLUDE)\
-I"$(STLSOFT)\include"\
$(COMMON_INCLUDES)\
$(ENV_INCLUDES)\
\
I wanted to know where I should insert the path for STLSOFT