зеркало из https://github.com/mozilla/gecko-dev.git
moving setup and setuprsc to be built on if MOZ_MFC is set. This will allow people w/o MFC to build. People w/MFC should still build fine. r=sgehani
This commit is contained in:
Родитель
ed44bf0cf8
Коммит
f178174ea0
|
@ -22,10 +22,10 @@
|
|||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS=nsinstall setuprsc setup
|
||||
DIRS=nsinstall
|
||||
|
||||
!ifdef MOZ_MFC
|
||||
DIRS=$(DIRS) nszip
|
||||
DIRS=$(DIRS) nszip setup setuprsc
|
||||
!endif
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче