USE_BASECTL=1
Proj = IELnk2

# pull in the master SDK makefile that defines all of the macros
#  and all of the build rules

!include <INetSDK.Mak>

all: $(ObjDir)\$(Proj).Ocx Register

$(ObjDir)\$(Proj).Ocx: $(@R).Obj $(@R).Res $(ObjDir)\Guids.Obj \

$(ObjDir)\$(Proj).Res: $(@B).Rc $(@R).Tlb  $(ObjDir)\$(Proj).tlb

$(ObjDir)\Guids.Obj: $(@B).Cpp c:\inetsdk\samples\basectl\Include\IPServer.H  $(@D)\IELnk2Ifc.H

$(ObjDir)\IELnk2.Obj: $(@B).Cpp c:\inetsdk\samples\basectl\Include\IPServer.H \
                c:\inetsdk\samples\basectl\Include\LocalSrv.H    \
         $(@D)\IELnk2Ifc.H c:\inetsdk\samples\basectl\Include\CtrlObj.H \
         c:\inetsdk\samples\basectl\Include\Globals.H \
        c:\inetsdk\samples\basectl\Include\Util.H        \
         


        





