зеркало из https://github.com/mozilla/gecko-dev.git
add quicksort to windows build
This commit is contained in:
Родитель
d5be09930b
Коммит
2152638ec9
|
@ -37,6 +37,7 @@ EXPORTS = \
|
|||
nsIObserverService.h \
|
||||
nsIObserverList.h \
|
||||
nsIObserver.h \
|
||||
nsQuickSort.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = raptor
|
||||
|
|
|
@ -51,6 +51,7 @@ CPPSRCS = \
|
|||
nsObserverService.cpp \
|
||||
nsObserverList.cpp \
|
||||
nsObserver.cpp \
|
||||
nsQuickSort.cpp \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче