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.
23 lines
387 B
23 lines
387 B
|
|
TARGETNAME=sdbsetup
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETEXT=dll
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
|
|
DLLENTRY= LibMain
|
|
|
|
UMTYPE=windows
|
|
|
|
|
|
SOURCES= sdbsetup.c \
|
|
sdbsetup.rc
|
|
|
|
PRECOMPILED_INCLUDE=proj.h
|
|
PRECOMPILED_PCH=proj.pch
|
|
PRECOMPILED_OBJ=proj.obj
|
|
|