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.
26 lines
405 B
26 lines
405 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
MAJORCOMP=setup
|
|
TARGETTYPE=PROGRAM
|
|
TARGETNAME=hwlogexe
|
|
TARGETPATH=obj
|
|
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
..\inc; \
|
|
|
|
SOURCES= \
|
|
hwlogexe.c
|
|
|
|
TARGETLIBS= \
|
|
..\hwlog\$(O)\hwlog.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|