sources

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· 代码 · 共 58 行

TXT
58
字号
# -*-Text-*-
#
# $Revision: 1.3 $
#   $Author: kwelton $
#     $Date: 2000/06/14 03:22:35 $
#
# Copyright (c) 1995  Microsoft Corporation
# Copyright (c) 2000 ARM Limited
# All Rights Reserved
#
# 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.
#

!if "$(ODO_NOKEYBD)" == "1"
SKIPBUILD = 1
!endif

DEFFILE=        kbdmsjpn1.def

TARGETNAME=     kbdmsjpn1
TARGETDEFNAME=  kbdmsjpn1
TARGETTYPE=     LIBRARY

INCLUDES= \
        ..\..\..\..\inc

SOURCELIBS=\
        $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\pl050kbms.lib \
        $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\vkrmpjpn1.lib \
        $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\scvkjpn1.lib \
        $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\vkchjpn1.lib

SOURCES=


#
# 20000411 KWelton
#
# I don't see how this can work in the 2.12 build system. Given that
# the DEF file isn't installed in .../public/common/oak/lib/..., how
# can this file possibly expect to find it there?
#
##WINCETARGETFILE0=     $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\kbdmsjpn1.def

# EOF sources

#xref VIGUID {d6fee5c2-01a4-44ef-8b81-05bfec8a7775}
#xref VSGUID {ad2cfd8d-6118-480e-a1a3-f9ec772803f4}

⌨️ 快捷键说明

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