22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=iruuid
|
|
|
|
TARGETNAME=iruuid
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
INCLUDES=$(STAXINC)
|
|
|
|
SOURCES=\
|
|
acptntfy.idl \
|
|
dlldata.c \
|
|
acptntfy_i.c \
|
|
acptntfy_p.c
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
!include $(STAXINC)\build\sources.inc
|