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