TARGETFILES_OAK (Compact 2013)

3/26/2014

This macro definition specifies the target location of header (.h) files that must be generated and/or copied to the \oak\inc directory path for a specific project, during the OAK build pass.

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.

Example

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

_DS_OAK_DST_ROOT=$(_PUBLICROOT)\$(WINCEPROJ)\oak\inc

TARGETFILES_OAK=\
    $(_DS_OAK_DST_ROOT)\ovmixpos.h \
    $(_DS_OAK_DST_ROOT)\kspin.h \

See Also

Reference

__PROJROOT

Concepts

Sources File