mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
added locale to include list (for nsILocale)
This commit is contained in:
parent
4ebf6c26c5
commit
f97c77c71c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user