sources

来自「6410BSP3」· 代码 · 共 41 行

TXT
41
字号
!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

RELEASETYPE=PLATFORM
TARGETNAME=bootpart
TARGETTYPE=LIBRARY
RELEASETYPE=CUSTOM
CDEFINES=$(CDEFINES) -DIN_KERNEL -DWINCEMACRO -DCOREDLL
NOMIPS16CODE=1

TARGETPATH=..\Lib\$(_TGTCPU)\$(WINCEDEBUG)

INCLUDES=$(INCLUDES);..\inc;..\OAM\OSLess;$(_TARGETPLATROOT)\src\inc;..\Core\VFL

CDEFINES=$(CDEFINES)

SOURCES=bootpart.cpp \
        fmd_stub.cpp \


⌨️ 快捷键说明

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