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.
20 lines
426 B
20 lines
426 B
!include ../sources.inc
|
|
|
|
TARGETNAME=wowlist
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\private\windows\inc; \
|
|
$(BASE_INC_PATH)
|
|
|
|
SOURCES=wowlist.c wowlist.rc
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
TARGETLIBS=\
|
|
$(BASE_LIB_PATH)\sputilsu.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|