From b06caff6648e97e52495ab9f5d0d40144721ab3a Mon Sep 17 00:00:00 2001 From: "mjudge%netscape.com" Date: Thu, 11 Mar 1999 01:37:45 +0000 Subject: [PATCH] fix win32 breakage by changing build order of widget and editor git-svn-id: svn://10.0.0.236/trunk@23643 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/makefile.win b/mozilla/makefile.win index 8cb7d37634f..50fb522e798 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -70,16 +70,16 @@ DIRS = \ # the following are associated with the layout engine expat \ htmlparser \ + widget \ + editor \ gfx \ dom \ view \ - widget \ layout \ rdf \ silentdl \ webshell \ xpfe \ - editor \ mailnews \ $(NULL)