зеркало из https://github.com/mozilla/pjs.git
Adding nsIProcess to unix build. a=dougt sr=brendan
This commit is contained in:
Родитель
f59a2a1d62
Коммит
2888f1180b
|
@ -40,11 +40,13 @@ CPPSRCS = \
|
|||
nsEventQueue.cpp \
|
||||
nsEventQueueService.cpp \
|
||||
nsThread.cpp \
|
||||
nsProcessCommon.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAutoLock.h \
|
||||
plevent.h \
|
||||
nsProcess.h \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
@ -53,6 +55,7 @@ XPIDLSRCS = \
|
|||
nsIRunnable.idl \
|
||||
nsIEventQueue.idl \
|
||||
nsIEventQueueService.idl \
|
||||
nsIProcess.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
|
Загрузка…
Ссылка в новой задаче