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.
 
 
 
 
 
 

43 lines
607 B

!IF 0
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
sources.
!ENDIF
WMDMROOT=$(MAKEDIR)\..\..
!include $(WMDMROOT)\common.inc
MAJORCOMP=DRM
MINORCOMP=SerialNumber
TARGETNAME=SerialNumber
TARGETPATH=..\lib
TARGETTYPE=LIBRARY
USE_MSVCRT=1
USE_IOREADY=1
C_DEFINES= -DSTRICT
!IF $(USE_IOREADY) == 1
C_DEFINES=$(C_DEFINES) -DUSE_IOREADY
!ENDIF
SOURCES = \
serialid.cpp \
aspi32.cpp \
INCLUDES = \
$(EXT_INC_PATH); \
$(WMDM_INC_PATH); \
LINKLIBS = \
!IF $(USE_IOREADY) == 1
NTTARGETFILE1=AddIoReady
!ENDIF