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.
27 lines
607 B
27 lines
607 B
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
#USE_MSVCRT=1
|
|
#USE_LIBCMT=1
|
|
INCLUDES=..\..\scsiport;\
|
|
..\..\classpnp;\
|
|
..\..\cdrom;\
|
|
..\..\disk;\
|
|
..\..\inc;\
|
|
$(BASE_INC_PATH); \
|
|
$(DDK_INC_PATH);
|
|
|
|
|
|
SOURCES=classpnp.c
|
|
|
|
#TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
# $(SDK_LIB_PATH)\dbgeng.lib
|
|
|
|
NTTARGETFILE1=$(O)\classpnp.c
|
|
|
|
NT_UP=0
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_ -D_NTDLLBUILD_ -DLITTLEENDIAN=1
|
|
|
|
# force full symbols so this pdb has all the type information we need
|
|
|
|
MISCFILES= \
|
|
$(O)\classpnp.c
|