sources

来自「SAMSUNG S3C6410 CPU BSP for winmobile6」· 代码 · 共 37 行

TXT
37
字号
!if 0
    File:   DIRS

    Author: Flash Software

	COPYRIGHT (c) 2006 SAMSUNG ELECTRONICS CO., LTD. ALL RIGHTS RESERVED
!endif
!IF 0


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.

!ENDIF

TARGETNAME=bootpart
TARGETTYPE=LIBRARY
CDEFINES=$(CDEFINES) -DIN_KERNEL -DWINCEMACRO -DCOREDLL -DXSR_NW
NOMIPS16CODE=1


SOURCES=bootpart.cpp \
        fmd_stub.cpp	\
        fal_stub.cpp

INCLUDES=..\XSRPublic\inc


⌨️ 快捷键说明

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