From 50d2a1f37736dfba181f6845a1ffa3eb8b34b4cd Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Wed, 24 Nov 1999 20:56:05 +0000 Subject: [PATCH] nsGfxListControl.cpp is now in the build git-svn-id: svn://10.0.0.236/trunk@54425 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/forms/src/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/html/forms/src/makefile.win b/mozilla/layout/html/forms/src/makefile.win index 4c21a75463c..9f2de7efe5e 100644 --- a/mozilla/layout/html/forms/src/makefile.win +++ b/mozilla/layout/html/forms/src/makefile.win @@ -28,7 +28,7 @@ MODULE=raptor REQUIRES=xpcom raptor js CPPSRCS= \ -# nsGfxListControlFrame.cpp \ + nsGfxListControlFrame.cpp \ nsFormControlHelper.cpp \ nsComboboxControlFrame.cpp \ nsListControlFrame.cpp \ @@ -59,7 +59,7 @@ CPPSRCS= \ nsRadioControlGroup.cpp CPP_OBJS= \ -# .\$(OBJDIR)\nsGfxListControlFrame.obj \ + .\$(OBJDIR)\nsGfxListControlFrame.obj \ .\$(OBJDIR)\nsFormControlHelper.obj \ .\$(OBJDIR)\nsComboboxControlFrame.obj \ .\$(OBJDIR)\nsListControlFrame.obj \