fixing bug #28715. xpinstall build no longer shows dialog which pauses

builds under Win98.  Builds under NT have not been
                    affected.

affects only windows.

a=leaf
r=sgehani
This commit is contained in:
ssu%netscape.com 2000-02-25 01:44:18 +00:00
parent 408197527f
commit e77da71d7f

View File

@ -22,6 +22,12 @@
DEPTH=..\..\..
DIRS=$(DIRS) nsinstall nsztool setup setuprsc ren8dot3
DIRS=$(DIRS) nsinstall \
!if "$(WINOS)"=="WINNT"
nsztool \
!endif
setup \
setuprsc \
ren8dot3
include <$(DEPTH)\config\rules.mak>