This topic has not yet been rated - Rate this topic

TARGETFILES_GUID (Windows Embedded Compact 7)

1/23/2013

This macro definition specifies the target location of Microsoft Interface Definition Language (MIDL) generated output files in the source directory that must be generated and copied to a \uuid directory path for a specific project, during the GUID build pass.

For example, after compiling the file MyInterface.idl, MIDL creates the file $(MIDL_UUIDIR)\MyInterface_i.c. To copy this file to a destination directory, use the TARGETFILES_GUID macro.

With this macro, you can copy files right after they are created in a specific pass. You can use this macro as an alternative to WINCETARGETFILES.

The following example shows you how to use the TARGETFILES_GUID macro:

_DMO_GUID_DIR=$(_PRIVATEROOT)\$(WINCEPROJ)\dshow\dmo\dmodev\uuid

TARGETFILES_GUID= \
    $(_DMO_GUID_DIR)\mediaobj_i.c \
    $(_DMO_GUID_DIR)\medparam_i.c \
    $(_DMO_GUID_DIR)\dmodshow_i.c \
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.