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.
18 lines
303 B
18 lines
303 B
TARGETNAME=netpnp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=-DUNICODE=1
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS=\
|
|
$(NET_LIB_PATH)\ndispnp.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=$(BASE_INC_PATH)
|
|
|
|
SOURCES=\
|
|
netpnp.c \
|
|
netpnp.rc \
|
|
winstuff.c
|