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

📄 sources

📁 Windows CE documentation and examples from the Windows CE development manuals. There are lots of exa
💻
字号:
TARGETNAME=string
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
TARGETLIBS= \
  $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
  $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \

SOURCELIBS= \



DEFFILE=string.def
PREPROCESSDEFFILE=1
DLLENTRY=STR_DllEntry
INCLUDES= \
    $(INCLUDES) \

SOURCES= \
  string.c \

#------------------------------------------------------------------------------
# IDE display files
#------------------------------------------------------------------------------
FILE_VIEW_RESOURCE_FOLDER= \
  string.def \
  string.reg

FILE_VIEW_INCLUDES_FOLDER= \
  stringdrv.h \
  string_DbgZones.h\
  string_iocontrol.h\


#------------------------------------------------------------------------------
# SDK files
#------------------------------------------------------------------------------
# Use this to automaticaly add new files to generated SDKs
# For libraries, use $(TARGETNAME).lib in SDK_LIB_FILES list to add the 
# genrated lib to the SDK

# Enable copy to the SDK directory
WINCETARGETFILES=$(WINCETARGETFILES) CopyFilesToSDK 

# Hearder files
SDK_H_FILES=string_iocontrol.h

#Lib files          
SDK_LIB_FILES=

⌨️ 快捷键说明

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