Use proper platform specific file when building on win32 with gmake. Fixing crash on startup problem.

This commit is contained in:
seawood%netscape.com 2001-12-31 22:46:33 +00:00
Родитель 1c9ea29dcb
Коммит 1e23ef961b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -72,9 +72,13 @@ CPPSRCS = \
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
CPPSRCS += nsIOServiceOS2.cpp
else
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
CPPSRCS += nsIOServiceWin.cpp
else
CPPSRCS += nsIOServiceUnix.cpp
endif
endif
JSFILES = \
$(srcdir)/nsProxyAutoConfig.js \