зеркало из https://github.com/mozilla/pjs.git
Fix case were neither MSSDK or NGPREFS is set
This commit is contained in:
Родитель
13fd1d6811
Коммит
2081609a39
|
@ -18,6 +18,7 @@
|
||||||
DEPTH=..\..
|
DEPTH=..\..
|
||||||
IGNORE_MANIFEST=1
|
IGNORE_MANIFEST=1
|
||||||
|
|
||||||
|
!if defined(NGPREFS) || defined(MSSDK)
|
||||||
DIRS= \
|
DIRS= \
|
||||||
!if "$(MSSDK)" != ""
|
!if "$(MSSDK)" != ""
|
||||||
ActiveX \
|
ActiveX \
|
||||||
|
@ -26,5 +27,5 @@ DIRS= \
|
||||||
ngprefs \
|
ngprefs \
|
||||||
!endif
|
!endif
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
!endif
|
||||||
include <$(DEPTH)\config\rules.mak>
|
include <$(DEPTH)\config\rules.mak>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче