Add code to define XPIDL_JS_STUBS if it is defined in the environment for alecf.

This commit is contained in:
mscott%netscape.com 1999-02-27 03:12:38 +00:00
Родитель db405b4fbd
Коммит f361244b8c
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,10 @@ LCFLAGS=$(LCFLAGS) -DSTAND_ALONE_JAVA
MOZ_OJI = 1 # on by default now
!endif
!ifdef XPIDL_JS_STUBS
LCFLAGS=$(LCFLAGS) -DXPIDL_JS_STUBS
!endif
!ifdef MOZ_LIBTEST
MOZ_LIBTEST = 1
LCFLAGS=$(LCFLAGS) -DLAYPROBE_API