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 \