From beb4dfc2a479b0763b0ad754d8aab43e9bc2c875 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 22 Jun 2000 06:24:01 +0000 Subject: [PATCH] Throw the switch and start building the exthandler directory on windows. None of this code being called yet. this if for Bug #38374 and #30157 (launch external applications and launch using default protocol handlers) r=sspitzer git-svn-id: svn://10.0.0.236/trunk@72898 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/uriloader/makefile.win | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/uriloader/makefile.win b/mozilla/uriloader/makefile.win index 7fc384ff8dc..960afea0bc3 100644 --- a/mozilla/uriloader/makefile.win +++ b/mozilla/uriloader/makefile.win @@ -23,10 +23,11 @@ DEPTH = .. MODULE = uriloader -DIRS= \ - base \ - build \ +DIRS= \ + base \ + build \ extprotocol \ + exthandler \ $(NULL) include <$(DEPTH)\config\rules.mak>