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.
17 lines
309 B
17 lines
309 B
!include ../sources.inc
|
|
|
|
TARGETNAME=recab
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=\
|
|
$(WINDOWS_INC_PATH); \
|
|
$(BASE_INC_PATH)
|
|
|
|
SOURCES=recab.c recab.rc
|
|
UMTYPE=console
|
|
UMLIBS=\
|
|
$(BASE_LIB_PATH)\sputilsu.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|