18 lines
225 B
Plaintext
18 lines
225 B
Plaintext
|
!IF 0
|
||
|
Copyright (c) Microsoft Corporation
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=setup
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETNAME=hwlog
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
||
|
|
||
|
INCLUDES= \
|
||
|
$(INCLUDES); \
|
||
|
..\inc; \
|
||
|
|
||
|
SOURCES= \
|
||
|
hwlog.c
|