diff --git a/makefile.win b/makefile.win index 38d0837e6481..b4edabb9854f 100644 --- a/makefile.win +++ b/makefile.win @@ -80,7 +80,6 @@ DIRS = \ rdf \ docshell \ webshell \ - embedding \ profile \ editor \ !if defined(GC_LEAK_DETECTOR) @@ -90,6 +89,8 @@ DIRS = \ !if defined(CLIENT_DIRS) # the following are associated with the browser xpfe \ +# embedding must follow xpfe, needs xpfelocation_s.a. + embedding \ xpinstall \ extensions \ themes \