47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
|
|
TARGETNAME=uuidcom
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# prevent system headers from being included. They are not needed just to
|
|
# process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
|
|
# smaller library too.
|
|
#
|
|
C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
|
|
/D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
|
|
/DGUID_DEFS_ONLY
|
|
|
|
# These sources are generated when the ..\inc directory is processed.
|
|
# They are copied here because the MIDL_UUIDDIR statement in the
|
|
# ..\inc\sources file points to this directory.
|
|
|
|
SOURCES=\
|
|
cguid_i.c \
|
|
qosguid.c \
|
|
sifmt_i.c \
|
|
trkadm_i.c \
|
|
trkcom_i.c \
|
|
vcguids.c \
|
|
wdmguids.c \
|
|
xenroll_i.c \
|
|
$(O)\callobj_i.c \
|
|
$(O)\ctxtcall_i.c \
|
|
$(O)\iaccess_i.c \
|
|
$(O)\immact_i.c \
|
|
$(O)\oaidl_i.c \
|
|
$(O)\objidl_i.c \
|
|
$(O)\ocidl_i.c \
|
|
$(O)\oleext_i.c \
|
|
$(O)\oleidl_i.c \
|
|
$(O)\pbagex_i.c \
|
|
$(O)\propidl_i.c \
|
|
$(O)\storext_i.c \
|
|
$(O)\sysmgmt_i.c \
|
|
$(O)\transact_i.c \
|
|
$(O)\unknwn_i.c
|
|
|
|
NTTARGETFILES=
|
|
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
|
|
|