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.
34 lines
728 B
34 lines
728 B
#/*++
|
|
#
|
|
#Copyright (c) 1991 - 2001 Microsoft Corporation
|
|
#
|
|
#Module Name:
|
|
#
|
|
# ### ##### ## ## ##### #### ##### ###
|
|
# ## # ## ## ## ## ## ## ## # ## ## #
|
|
# ### ## ## ## ## ## ## ## ## ###
|
|
# ### ## ## ## ## ##### ## ##### ###
|
|
# ### ## ## ## ## #### ## ## ###
|
|
# # ## ## ## ## ## ## ## ## # ## # ##
|
|
# ### ##### #### ## ## #### ##### ###
|
|
#
|
|
#Abstract:
|
|
#
|
|
# Makefile for building the ServerWorks
|
|
# NVRAM miniport driver.
|
|
#
|
|
#Author:
|
|
#
|
|
# Wesley Witt (wesw) 1-Oct-2001
|
|
#
|
|
#--*/
|
|
#
|
|
TARGETNAME=swnvram
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\saport.lib
|
|
|
|
SOURCES=\
|
|
swnvram.cpp\
|
|
swnvram.rc
|