Skip to content

Commit

Permalink
Created a base class library that will provide the shared docShell im…
Browse files Browse the repository at this point in the history
…plmentation.
  • Loading branch information
tbogard%aol.net committed Oct 26, 1999
1 parent ea33c76 commit 86ac1ef
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docshell/base/makefile.win
Expand Up @@ -32,5 +32,14 @@ XPIDLSRCS= \
.\nsITextScroll.idl \
$(NULL)

LIBRARY_NAME=basedocshell_s

CPP_OBJS= \
.\$(OBJDIR)\nsDocShellBase.obj \
$(NULL)

include <$(DEPTH)\config\rules.mak>
include <$(DEPTH)\config\config.mak>

libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib

0 comments on commit 86ac1ef

Please sign in to comment.