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.
24 lines
321 B
24 lines
321 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=sdbus
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER_LIBRARY
|
|
|
|
PASS1_PUBLISH={$(O)\sdbus.lib=$(DDK_LIB_PATH)\sdbus.lib}
|
|
|
|
INCLUDES=..\inc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
BUFFER_OVERFLOW_CHECKS=0
|
|
|
|
SOURCES=sdbus.c
|
|
|