From 03e0f71864973d04860b5d2cdeb0e95cd06e012d Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Sat, 19 Feb 2000 01:57:28 +0000 Subject: [PATCH] Bug 16999: Adding properties file to Win32 build. r=rods,waqar a=rickg git-svn-id: svn://10.0.0.236/trunk@61341 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/forms/src/makefile.win | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/layout/html/forms/src/makefile.win b/mozilla/layout/html/forms/src/makefile.win index cf0b6f1404f..d661d9f4865 100644 --- a/mozilla/layout/html/forms/src/makefile.win +++ b/mozilla/layout/html/forms/src/makefile.win @@ -99,3 +99,7 @@ install:: $(LIBRARY) clobber:: rm -f $(DIST)\lib\$(LIBRARY_NAME).lib + rm -f $(DIST)\bin\chrome\layout\locale\en-US\HtmlForm.properties + +install:: $(DLL) + $(MAKE_INSTALL) HtmlForm.properties $(DIST)\bin\chrome\layout\locale\en-US