sources
来自「wince下internet explorer的浏览器的简单实现」· 代码 · 共 58 行
TXT
58 行
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
TARGETNAME=iesample
TARGETTYPE=LIBRARY
RELEASETYPE=OAK
WINCEOEM=1
# Before moving to build at sysgen phase was:
# EXEENTRY=WinMain
# TARGETLIBS= $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
# $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\ole32.lib \
# $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\oleaut32.lib \
# $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\commctrl.lib \
# $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\uuid.lib \
# $(_PROJECTROOT)\cesysgen\sdk\lib\$(_CPUINDPATH)\wininet.lib
COPYRES=1
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETNAME).res
INCLUDES=$(_WINCEROOT)\others\atl\include
PRECOMPILED_INCLUDE=Precomp.h
PRECOMPILED_CXX=1
RCADDNULL=1
LDEFSTACK=/STACK:100000
!if "$(IESAMPLE_NOFAVORITES)"=="1"
CDEFINES=$(CDEFINES) -DNO_FAVORITES
RDEFINES=$(RDEFINES) -DNO_FAVORITES
!endif
SOURCES=mainwnd.cpp \
animthrd.cpp \
iesample.rc \
addfavoritesdlg.cpp \
favinusedlg.cpp \
favlistfulldlg.cpp \
favoriteshelper.cpp \
OrganizeFavoritesDlg.cpp \
FavFolders.cpp \
RegFavorites.cpp \
stdafx.cpp
# options.cpp \
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?