19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
|
TARGETNAME=saupdate
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
|
||
|
|
||
|
PASS1_PUBLISH=\
|
||
|
{$(O)\saupdate.h=$(PROJECT_ROOT)\inc\saupdate.h} \
|
||
|
{$(O)\saupdate_p.c=..\dll\saupdate_p.c} \
|
||
|
{$(O)\saupdate.lib=$(PROJECT_ROOT)\lib\$(O)\saupdate.lib} \
|
||
|
{$(O)\hnprivate.h=..\inc\hnprivate.h} \
|
||
|
{$(O)\hnprivate_i.c=..\dll\hnprivate_i.c}
|
||
|
|
||
|
SOURCES=\
|
||
|
saupdate.idl \
|
||
|
hnprivate.idl \
|
||
|
saupdate_i.c \
|
||
|
sauclsid.c
|