⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 ARM9基于WINDOWSCE的BSP源代码
💻
字号:
# ----------------------------------------------------------------
# File:     sources,v
# Revision: 1.1
# ----------------------------------------------------------------
# $
# 
# 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 "$(BSP_NOLMI)" == "1"
SKIPBUILD=1
!ENDIF

RELEASETYPE=PLATFORM
TARGETNAME=LMI_lcd
TARGETTYPE=DYNLINK
DEFFILE=lmi_lcd.def
DLLENTRY=DllEntry
TARGETLIBS= \
  $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \

SOURCELIBS= \
  $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \

INCLUDES= \
  ..\..\inc;
  

SOURCES= \
  LMI_drv.c  \
  LMIDma.c   \
  Lmi.c
  



⌨️ 快捷键说明

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