Leaked source code of windows server 2003
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.
 
 
 
 
 
 

40 lines
543 B

MAJORCOMP=tools
MINORCOMP=intltools
TARGETNAME=muirct
TARGETPATH=obj
TARGETTYPE=PROGRAM
USE_MSVCRT=1
INCLUDES=\
$(DS_INC_PATH)\crypto
BUFFER_OVERFLOW_CHECKS=1
!IF 0
/ML /Fo$(INTDIR)\\ /Fd$(INTDIR)\\ /FD /c
!ENDIF
C_DEFINES = $(C_DEFINES)
SOURCES=\
muirct.rc \
muirct.cpp \
res.cpp \
cmf.cpp
TARGETLIBS=\
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\Version.lib \
$(SDK_LIB_PATH)\imagehlp.lib \
$(DS_LIB_PATH)\rsa32.lib \
UMTYPE=console