Commented two references to nsSystemInfo so that .idl and .cpp files should
not be compiled.  This makes the windows platform the same as the other
platforms which are missing these parts.

r=scs
This commit is contained in:
rayw%netscape.com 2000-05-04 23:07:19 +00:00
Родитель 78ef893e72
Коммит 2e5bb3a573
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -53,7 +53,7 @@ XPIDLSRCS = \
.\nsILeakDetector.idl \
.\nsIInterfaceRequestor.idl \
.\nsISupports.idl \
.\nsISystemInfo.idl \
# .\nsISystemInfo.idl \
.\nsIWeakReference.idl \
.\nsIConsoleService.idl \
.\nsIConsoleMessage.idl \
@ -88,7 +88,7 @@ CPP_OBJS = \
.\$(OBJDIR)\nsCWeakReference.obj \
.\$(OBJDIR)\nsID.obj \
.\$(OBJDIR)\nsIInterfaceRequestor.obj \
.\$(OBJDIR)\nsSystemInfo.obj \
# .\$(OBJDIR)\nsSystemInfo.obj \
.\$(OBJDIR)\nsTraceRefcnt.obj \
.\$(OBJDIR)\nsWeakReference.obj \
.\$(OBJDIR)\nsConsoleService.obj \