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

📄 jamfile

📁 ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。
💻
字号:
#
# Jamfile for Explorer to be used with Boost Build V2
#


# import rc ;
import rc-mingw ;


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>.
# 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
	<linkflags>notifyhook.dll
 ;

⌨️ 快捷键说明

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