Skip to content

Commit

Permalink
Framed out the nsHTMLDocShell implementation. Setup to build a library.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbogard%aol.net committed Oct 25, 1999
1 parent 31cf8a2 commit 593b5fa
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 14 deletions.
20 changes: 6 additions & 14 deletions docshell/html/makefile.win
Expand Up @@ -22,27 +22,19 @@
DEPTH=..\..
MODULE=docshell_html

MAKE_OBJ_TYPE=DLL
DLLNAME=htmldshl
DLL=.\$(OBJDIR)\$(DLLNAME).dll

XPIDLSRCS= \
.\nsCHTMLDocShell.idl \
.\nsIHTMLDocShell.idl \
$(NULL)

#CPP_OBJS= \
# .\$(OBJDIR)\nsCNativeAppImpl.obj \
# .\$(OBJDIR)\nsCNativeAppModule.obj \
# $(NULL)
LIBRARY_NAME=htmldocshell_s

#LLIBS= \
# $(DIST)\lib\xpcom.lib \
# $(LIBNSPR)
CPP_OBJS= \
.\$(OBJDIR)\nsHTMLDocShell.obj \
$(NULL)

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

#install:: $(DLL)
# $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
# $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib

0 comments on commit 593b5fa

Please sign in to comment.