jamfile
来自「一个类似windows」· 代码 · 共 61 行
TXT
61 行
#
# Jamfile for Explorer to be used with Boost Build V2
#
# import rc ;
import rc-mingw ;
EXPAT_INC = [ modules.peek : EXPAT_INC ] ;
exe explorer :
explorer.cpp
explorer_intres.rc
shell/entries.cpp
shell/filechild.cpp
shell/mainframe.cpp
shell/pane.cpp
shell/shellbrowser.cpp
shell/shellfs.cpp
shell/unixfs.cpp
shell/winfs.cpp
shell/ntobjfs.cpp
shell/regfs.cpp
shell/fatfs.cpp
shell/webchild.cpp
services/startup.c
services/shellservices.cpp
taskbar/desktopbar.cpp
taskbar/quicklaunch.cpp
taskbar/startmenu.cpp
taskbar/taskbar.cpp
taskbar/traynotify.cpp
taskbar/favorites.cpp
desktop/desktop.cpp
# utility/splitpath.c
utility/dragdropimpl.cpp
utility/shellbrowserimpl.cpp
utility/shellclasses.cpp
utility/utility.cpp
utility/window.cpp
utility/xmlstorage.cpp
dialogs/searchprogram.cpp
dialogs/settings.cpp
i386-stub-win32.c
: <define>WIN32 <define>_WIN32_IE=0x0600 <define>_WIN32_WINNT=0x0501 <define>WINVER=0x0500
<include>. <include>$(EXPAT_INC)
# only for GCC: <cxxflags>-fexceptions <cxxflags>-Wall <cxxflags>-Wno-unused-value
<find-shared-library>gdi32
<find-shared-library>ole32
<find-shared-library>comctl32
<find-shared-library>uuid
<find-shared-library>wsock32
<find-shared-library>oleaut32
<find-shared-library>msimg32
# <find-shared-library>expat
<linkflags>notifyhook.dll
<linkflags>libexpat.dll
;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?