1# 2# Jamfile for Explorer to be used with Boost Build V2 3# 4 5 6# import rc ; 7import rc-mingw ; 8 9 10exe explorer : 11 explorer.cpp 12 explorer_intres.rc 13 shell/entries.cpp 14 shell/filechild.cpp 15 shell/mainframe.cpp 16 shell/pane.cpp 17 shell/shellbrowser.cpp 18 shell/shellfs.cpp 19 shell/unixfs.cpp 20 shell/winfs.cpp 21 shell/ntobjfs.cpp 22 shell/regfs.cpp 23 shell/fatfs.cpp 24 shell/webchild.cpp 25 services/startup.c 26 services/shellservices.cpp 27 taskbar/desktopbar.cpp 28 taskbar/quicklaunch.cpp 29 taskbar/startmenu.cpp 30 taskbar/taskbar.cpp 31 taskbar/traynotify.cpp 32 taskbar/favorites.cpp 33 desktop/desktop.cpp 34# utility/splitpath.c 35 utility/dragdropimpl.cpp 36 utility/shellbrowserimpl.cpp 37 utility/shellclasses.cpp 38 utility/utility.cpp 39 utility/window.cpp 40 utility/xmlstorage.cpp 41 dialogs/searchprogram.cpp 42 dialogs/settings.cpp 43 i386-stub-win32.c 44 : <define>WIN32 <define>_WIN32_IE=0x0600 <define>_WIN32_WINNT=0x0501 <define>WINVER=0x0500 45 <include>. 46# only for GCC: <cxxflags>-fexceptions <cxxflags>-Wall <cxxflags>-Wno-unused-value 47 <find-shared-library>gdi32 48 <find-shared-library>ole32 49 <find-shared-library>comctl32 50 <find-shared-library>uuid 51 <find-shared-library>wsock32 52 <find-shared-library>oleaut32 53 <find-shared-library>msimg32 54 <linkflags>notifyhook.dll 55 ; 56 57