зеркало из https://github.com/mozilla/pjs.git
WIN95 build breakage vis hwaara
Since Win95 can't recursively invoke NMAKE, need fdlibm in DIRS statement
This commit is contained in:
Родитель
bd3e2e26bd
Коммит
14d2bde561
|
@ -44,7 +44,12 @@ DIRS = liveconnect
|
|||
!endif
|
||||
!endif
|
||||
|
||||
# Because WIN95 doesn't support recursive make, still need fdlibm in DIRS
|
||||
!if "$(WINOS)" == "WIN95"
|
||||
DIRS = $(DIRS) fdlibm xpconnect
|
||||
!else
|
||||
DIRS = $(DIRS) xpconnect
|
||||
!endif
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
|
|
Загрузка…
Ссылка в новой задаче