added locale to include list (for nsILocale)

This commit is contained in:
erik%netscape.com 1999-01-30 00:27:18 +00:00
parent 4ebf6c26c5
commit f97c77c71c

View File

@ -21,7 +21,13 @@ MAKE_OBJ_TYPE = EXE
PROG0 = .\$(OBJDIR)\StringBundleTest.exe
PROGRAMS = $(PROG0)
LINCS=-I$(PUBLIC)\intl -I$(PUBLIC)\netlib -I$(PUBLIC)\raptor -I$(PUBLIC)\xpcom
LINCS=\
-I$(PUBLIC)\intl \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\locale \
$(NULL)
LLIBS= \
$(DIST)\lib\xpcom32.lib \