windows-nt/Source/XPSP1/NT/com/ole32/oleprx32/idl/cairo/makefile.inc
2020-09-26 16:20:57 +08:00

67 lines
1.3 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Greg Jensenworth
!ENDIF
SDKINC=$(_NTDRIVE)$(_NTROOT)\public\sdk\inc
DCOMIDL=$(_NTDRIVE)$(_NTROOT)\private\dcomidl
unknwn.idl : $(SDKINC)\unknwn.idl
-erase proxy\unknwn_p.c
copy $(SDKINC)\unknwn.idl .
objidl.idl : $(SDKINC)\objidl.idl
-erase proxy\objidl_p.c
copy $(SDKINC)\objidl.idl .
oleidl.idl : $(SDKINC)\oleidl.idl
-erase proxy\oleidl_p.c
copy $(SDKINC)\oleidl.idl .
oaidl.idl : $(SDKINC)\oaidl.idl
-erase proxy\oaidl_p.c
copy $(SDKINC)\oaidl.idl .
srvhdl.idl : $(SDKINC)\srvhdl.idl
-erase proxy\srvhdl_p.c
copy $(SDKINC)\srvhdl.idl .
storext.idl : $(SDKINC)\storext.idl
-erase proxy\storext_p.c
copy $(SDKINC)\storext.idl .
remunk.idl : $(DCOMIDL)\remunk.idl
-erase proxy\remunk_p.c
copy $(DCOMIDL)\remunk.idl .
..\proxy\unknwn_p.c : unknwn.idl
..\proxy\objidl_p.c : objidl.idl
..\proxy\oleidl_p.c : oleidl.idl
..\proxy\oaidl_p.c : oaidl.idl
..\proxy\remunk_p.c : remunk.idl
..\proxy\storext_p.c : storext.idl