mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
574 B
19 lines
574 B
Rpclts6 : rpclts6.exp $(TARGETDIR)\rpclts6.dll $(TARGETDIR)\rpclts6.sym
|
|
|
|
rpclts6.exp : rpclts6.def ltspxsvr.obj
|
|
$(LIBRARIAN) -nodefaultlib -def:rpclts6.def \
|
|
-out:rpclts6.lib ltspxsvr.obj
|
|
|
|
$(TARGETDIR)\rpclts6.dll : rpclts6.res ltspxsvr.obj debug.obj cruntime.obj
|
|
$(LINK) $(LINKFLAGS) /NOENTRY -DLL \
|
|
rpclts6.res \
|
|
rpclts6.exp \
|
|
ltspxsvr.obj debug.obj \
|
|
$(TARGETDIR)\rpcrt4.lib \
|
|
!ifndef RELEASE
|
|
$(CHICODEV)\tools\c1032\lib\msvcrt.lib \
|
|
!else
|
|
cruntime.obj \
|
|
!endif
|
|
$(CHICODEV)\tools\c1032\lib\wsock32.lib \
|
|
$(CHICODEV)\lib\kernel32.lib
|