Fix case were neither MSSDK or NGPREFS is set
git-svn-id: svn://10.0.0.236/trunk@13691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
229ce1d8b7
commit
36b2df5f6e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user