зеркало из 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=..\..
|
||||
IGNORE_MANIFEST=1
|
||||
|
||||
!if defined(NGPREFS) || defined(MSSDK)
|
||||
DIRS= \
|
||||
!if "$(MSSDK)" != ""
|
||||
ActiveX \
|
||||
|
@ -26,5 +27,5 @@ DIRS= \
|
|||
ngprefs \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
!endif
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче