зеркало из https://github.com/mozilla/pjs.git
Added regexp directory as include path.
This commit is contained in:
Родитель
849df10f52
Коммит
eb3f3793b2
|
@ -9,10 +9,10 @@ WFLAGS = -Wmissing-prototypes -Wstrict-prototypes -Wunused \
|
|||
-Wswitch -Wall -Wconversion
|
||||
|
||||
if DEBUG
|
||||
CXXFLAGS = -DXP_UNIX -g -DDEBUG $(WFLAGS)
|
||||
CXXFLAGS = -DXP_UNIX -g -DDEBUG $(WFLAGS) -Iregexp/
|
||||
JS1x_BINDIR = Linux_All_DBG.OBJ
|
||||
else
|
||||
CXXFLAGS = -DXP_UNIX -O2 -Wuninitialized $(WFLAGS)
|
||||
CXXFLAGS = -DXP_UNIX -O2 -Wuninitialized $(WFLAGS) -Iregexp/
|
||||
JS1x_BINDIR = Linux_All_OPT.OBJ
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче