diff --git a/xpfe/AppCores/idl/makefile.win b/xpfe/AppCores/idl/makefile.win index 852c032ae3c9..f230d5296c1b 100644 --- a/xpfe/AppCores/idl/makefile.win +++ b/xpfe/AppCores/idl/makefile.win @@ -27,6 +27,7 @@ DEPTH=..\..\.. IGNORE_MANIFEST=1 +!ifndef IDLSRCS IDLSRCS= \ AppCoresManager.idl \ BaseAppCore.idl \ @@ -38,6 +39,7 @@ IDLSRCS= \ RDFCore.idl \ Toolbar.idl \ ToolkitCore.idl +!endif XPCOM_DESTDIR=..\public