makefile

来自「Freescale ARM11系列CPU MX31的WINCE 5.0下的BSP」· 代码 · 共 32 行

TXT
32
字号
!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
!if 0
Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT
!endif
#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of Windows CE.
#
!INCLUDE $(_MAKEENVROOT)\makefile.def

CopyDll:
!IF (("$(_TGTPROJ)" == "smartfon") || ("$(_TGTPROJ)" == "wpc"))
    copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WM\ARMV4I\RETAIL\mp4enc.dll $(_FLATRELEASEDIR)\mp4enc.dll
    copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WM\ARMV4I\RETAIL\mp4enc.rel $(_FLATRELEASEDIR)\mp4enc.rel
!ELSE
	copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WCE\ARMV4I\RETAIL\mp4enc.dll $(_TARGETPLATROOT)\target\$(_CPUINDPATH)\$(TARGETNAME)\mp4enc.dll
    copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WCE\ARMV4I\RETAIL\mp4enc.rel $(_TARGETPLATROOT)\target\$(_CPUINDPATH)\$(TARGETNAME)\mp4enc.rel
	copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WCE\ARMV4I\RETAIL\mp4enc.dll $(_FLATRELEASEDIR)\mp4enc.dll
    copy $(_TARGETPLATROOT)\Src\Drivers\HANTRO_CODECS\SDK\Lib\WCE\ARMV4I\RETAIL\mp4enc.rel $(_FLATRELEASEDIR)\mp4enc.rel
!ENDIF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?