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.
 
 
 
 
 
 

26 lines
545 B

MAJORCOMP=ntos
MINORCOMP=sffdisk
TARGETNAME=sffdisk
TARGETPATH=obj
TARGETTYPE=DRIVER
MSC_WARNING_LEVEL=/W3 /WX
INCLUDES=$(BASE_INC_PATH)
SOURCES= \
sffdisk.rc \
debug.c \
ioctl.c \
sffdisk.c \
pccard.c \
sdcard.c \
pnp.c \
power.c
TARGETLIBS=$(DDK_LIB_PATH)\sdbus.lib
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj