Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

25 lines
469 B

TARGETNAME=msrpc
TARGETPATH=..\..\build\PARSERS
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
..\..\build\bhsupp.lib \
..\..\build\parser.lib \
..\..\build\nmapi.lib
!IF !$(FREEBUILD)
C_DEFINES=-DDEBUG
!ENDIF
PRECOMPILED_INCLUDE=precomp.h
DLLENTRY=DLLEntry
386_STDCALL=0
USE_MSVCRT=1
RCOPTIONS=/i. /i..\..\include
SOURCES=msrpc.c rpcinit.c msrpc.rc ssp.c
DLLBASE=0x69900000