Tell coreconf where the nspr header files are in the mozilla client

build.
This commit is contained in:
javi%netscape.com 2001-04-11 20:40:30 +00:00
Родитель d15ffc5a89
Коммит 4016a3fd40
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -43,6 +43,7 @@ include <$(DEPTH)\config\config.mak>
GMAKE = gmake.exe
GMAKE_FLAGS = OBJDIR_NAME=$(OBJDIR) MOZILLA_CLIENT=1
GMAKE_FLAGS = $(GMAKE_FLAGS) SOURCE_MDHEADERS_DIR=$(MOZ_SRC:\=/)/mozilla/dist/include/nspr
#
# The Client's debug build uses MSVC's debug runtime library (/MDd).