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.
 
 
 
 
 
 

32 lines
741 B

MAJORCOMP=windows
MINORCOMP=testwmiref
TARGETNAME=testref
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=evprov.def
DLLENTRY=_DllMainCRTStartup
UMTYPE=windows
C_DEFINES=-DNT -DWINNT -DUNICODE -D_UNICODE
INCLUDES=.
SOURCES= evprov.cpp \
olesrvr.cpp
LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\userenv.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\shlwapi.lib \
$(SDK_LIB_PATH)\wbemuuid.lib \
$(SDK_LIB_PATH)\libcmt.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ole32.lib