reactos/base/shell/explorer/Jamfile
Cameron Gutman 29fa274d6d - Create another branch for networking fixes
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers)
 - If someone wants to delete aicom-network-fixes, they are welcome to
 - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea

svn path=/branches/aicom-network-branch/; revision=44353
2009-12-02 03:23:19 +00:00

56 lines
1.2 KiB
Text

#
# 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
;