activate find-progra-dialog filter
[reactos.git] / reactos / subsys / system / explorer / explorer.dsp
1 # Microsoft Developer Studio Project File - Name="explorer" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=explorer - Win32 _NO_COMUTIL
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "explorer.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "explorer.mak" CFG="explorer - Win32 _NO_COMUTIL"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "explorer - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "explorer - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "explorer - Win32 Debug Release" (based on "Win32 (x86) Console Application")
23 !MESSAGE "explorer - Win32 Unicode Release" (based on "Win32 (x86) Console Application")
24 !MESSAGE "explorer - Win32 Unicode Debug" (based on "Win32 (x86) Console Application")
25 !MESSAGE "explorer - Win32 _NO_COMUTIL" (based on "Win32 (x86) Console Application")
26 !MESSAGE
27
28 # Begin Project
29 # PROP AllowPerConfigDependencies 0
30 # PROP Scc_ProjName ""
31 # PROP Scc_LocalPath ""
32 CPP=cl.cmd
33 RSC=rc.exe
34
35 !IF "$(CFG)" == "explorer - Win32 Release"
36
37 # PROP BASE Use_MFC 0
38 # PROP BASE Use_Debug_Libraries 0
39 # PROP BASE Output_Dir "Release"
40 # PROP BASE Intermediate_Dir "Release"
41 # PROP BASE Target_Dir ""
42 # PROP Use_MFC 0
43 # PROP Use_Debug_Libraries 0
44 # PROP Output_Dir "Release"
45 # PROP Intermediate_Dir "Release"
46 # PROP Ignore_Export_Lib 0
47 # PROP Target_Dir ""
48 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
49 # ADD CPP /nologo /MD /W3 /GR /GX /O1 /D "NDEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /YX /FD /c
50 # ADD BASE RSC /l 0x407 /d "NDEBUG"
51 # ADD RSC /l 0x407 /d "NDEBUG"
52 BSC32=bscmake.exe
53 # ADD BASE BSC32 /nologo
54 # ADD BSC32 /nologo
55 LINK32=link.cmd
56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
57 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /machine:I386
58 # SUBTRACT LINK32 /pdb:none
59
60 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
61
62 # PROP BASE Use_MFC 0
63 # PROP BASE Use_Debug_Libraries 1
64 # PROP BASE Output_Dir "Debug"
65 # PROP BASE Intermediate_Dir "Debug"
66 # PROP BASE Target_Dir ""
67 # PROP Use_MFC 0
68 # PROP Use_Debug_Libraries 1
69 # PROP Output_Dir "Debug"
70 # PROP Intermediate_Dir "Debug"
71 # PROP Ignore_Export_Lib 0
72 # PROP Target_Dir ""
73 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
74 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
75 # ADD BASE RSC /l 0x407 /d "_DEBUG"
76 # ADD RSC /l 0x407 /d "_DEBUG"
77 BSC32=bscmake.exe
78 # ADD BASE BSC32 /nologo
79 # ADD BSC32 /nologo
80 LINK32=link.cmd
81 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
82 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
83 # SUBTRACT LINK32 /pdb:none
84
85 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
86
87 # PROP BASE Use_MFC 0
88 # PROP BASE Use_Debug_Libraries 0
89 # PROP BASE Output_Dir "explorer___Win32_Debug_Release"
90 # PROP BASE Intermediate_Dir "explorer___Win32_Debug_Release"
91 # PROP BASE Ignore_Export_Lib 0
92 # PROP BASE Target_Dir ""
93 # PROP Use_MFC 0
94 # PROP Use_Debug_Libraries 0
95 # PROP Output_Dir "DRelease"
96 # PROP Intermediate_Dir "DRelease"
97 # PROP Ignore_Export_Lib 0
98 # PROP Target_Dir ""
99 # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_ROS_" /YX /FD /c
100 # ADD CPP /nologo /MD /W3 /GR /GX /Zi /O2 /D "NDEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /c
101 # ADD BASE RSC /l 0x407 /d "NDEBUG"
102 # ADD RSC /l 0x407 /d "NDEBUG"
103 BSC32=bscmake.exe
104 # ADD BASE BSC32 /nologo
105 # ADD BSC32 /nologo
106 LINK32=link.cmd
107 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /machine:I386
108 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386
109 # SUBTRACT LINK32 /pdb:none
110
111 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
112
113 # PROP BASE Use_MFC 0
114 # PROP BASE Use_Debug_Libraries 0
115 # PROP BASE Output_Dir "explorer___Win32_Unicode_Release"
116 # PROP BASE Intermediate_Dir "explorer___Win32_Unicode_Release"
117 # PROP BASE Ignore_Export_Lib 0
118 # PROP BASE Target_Dir ""
119 # PROP Use_MFC 0
120 # PROP Use_Debug_Libraries 0
121 # PROP Output_Dir "URelease"
122 # PROP Intermediate_Dir "URelease"
123 # PROP Ignore_Export_Lib 0
124 # PROP Target_Dir ""
125 # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "UNICODE" /D "_ROS_" /YX /FD /c
126 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "NDEBUG" /D "UNICODE" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /YX /FD /c
127 # ADD BASE RSC /l 0x407 /d "NDEBUG"
128 # ADD RSC /l 0x407 /d "NDEBUG"
129 BSC32=bscmake.exe
130 # ADD BASE BSC32 /nologo
131 # ADD BSC32 /nologo
132 LINK32=link.cmd
133 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /machine:I386
134 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /machine:I386
135 # SUBTRACT LINK32 /pdb:none
136
137 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
138
139 # PROP BASE Use_MFC 0
140 # PROP BASE Use_Debug_Libraries 1
141 # PROP BASE Output_Dir "explorer___Win32_Unicode_Debug"
142 # PROP BASE Intermediate_Dir "explorer___Win32_Unicode_Debug"
143 # PROP BASE Ignore_Export_Lib 0
144 # PROP BASE Target_Dir ""
145 # PROP Use_MFC 0
146 # PROP Use_Debug_Libraries 1
147 # PROP Output_Dir "UDebug"
148 # PROP Intermediate_Dir "UDebug"
149 # PROP Ignore_Export_Lib 0
150 # PROP Target_Dir ""
151 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "UNICODE" /D "_ROS_" /FR /YX /FD /GZ /c
152 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
153 # ADD BASE RSC /l 0x407 /d "_DEBUG"
154 # ADD RSC /l 0x407 /d "_DEBUG"
155 BSC32=bscmake.exe
156 # ADD BASE BSC32 /nologo
157 # ADD BSC32 /nologo
158 LINK32=link.cmd
159 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
160 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
161 # SUBTRACT LINK32 /pdb:none
162
163 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
164
165 # PROP BASE Use_MFC 0
166 # PROP BASE Use_Debug_Libraries 1
167 # PROP BASE Output_Dir "explorer___Win32__NO_COMUTIL"
168 # PROP BASE Intermediate_Dir "explorer___Win32__NO_COMUTIL"
169 # PROP BASE Ignore_Export_Lib 0
170 # PROP BASE Target_Dir ""
171 # PROP Use_MFC 0
172 # PROP Use_Debug_Libraries 1
173 # PROP Output_Dir "_NO_COMUTIL"
174 # PROP Intermediate_Dir "_NO_COMUTIL"
175 # PROP Ignore_Export_Lib 0
176 # PROP Target_Dir ""
177 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
178 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /D "_NO_COMUTIL" /FR /YX /FD /GZ /c
179 # ADD BASE RSC /l 0x407 /d "_DEBUG"
180 # ADD RSC /l 0x407 /d "_DEBUG"
181 BSC32=bscmake.exe
182 # ADD BASE BSC32 /nologo
183 # ADD BSC32 /nologo
184 LINK32=link.cmd
185 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
186 # SUBTRACT BASE LINK32 /pdb:none
187 # ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
188 # SUBTRACT LINK32 /pdb:none
189
190 !ENDIF
191
192 # Begin Target
193
194 # Name "explorer - Win32 Release"
195 # Name "explorer - Win32 Debug"
196 # Name "explorer - Win32 Debug Release"
197 # Name "explorer - Win32 Unicode Release"
198 # Name "explorer - Win32 Unicode Debug"
199 # Name "explorer - Win32 _NO_COMUTIL"
200 # Begin Group "utility"
201
202 # PROP Default_Filter ""
203 # Begin Source File
204
205 SOURCE=.\utility\dragdropimpl.cpp
206 # End Source File
207 # Begin Source File
208
209 SOURCE=.\utility\dragdropimpl.h
210 # End Source File
211 # Begin Source File
212
213 SOURCE=.\utility\shellbrowserimpl.cpp
214 # End Source File
215 # Begin Source File
216
217 SOURCE=.\utility\shellbrowserimpl.h
218 # End Source File
219 # Begin Source File
220
221 SOURCE=.\utility\shellclasses.cpp
222 # End Source File
223 # Begin Source File
224
225 SOURCE=.\utility\shellclasses.h
226 # End Source File
227 # Begin Source File
228
229 SOURCE=.\utility\treedroptarget.h
230 # End Source File
231 # Begin Source File
232
233 SOURCE=.\utility\utility.cpp
234 # End Source File
235 # Begin Source File
236
237 SOURCE=.\utility\utility.h
238 # End Source File
239 # Begin Source File
240
241 SOURCE=.\utility\window.cpp
242 # End Source File
243 # Begin Source File
244
245 SOURCE=.\utility\window.h
246 # End Source File
247 # End Group
248 # Begin Group "resources"
249
250 # PROP Default_Filter ""
251 # Begin Source File
252
253 SOURCE=.\res\arrow.ico
254 # End Source File
255 # Begin Source File
256
257 SOURCE=.\res\arrowsel.ico
258 # End Source File
259 # Begin Source File
260
261 SOURCE=.\de.rc
262
263 !IF "$(CFG)" == "explorer - Win32 Release"
264
265 # PROP Exclude_From_Build 1
266
267 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
268
269 # PROP Exclude_From_Build 1
270
271 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
272
273 # PROP Exclude_From_Build 1
274
275 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
276
277 # PROP BASE Exclude_From_Build 1
278 # PROP Exclude_From_Build 1
279
280 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
281
282 # PROP BASE Exclude_From_Build 1
283 # PROP Exclude_From_Build 1
284
285 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
286
287 # PROP BASE Exclude_From_Build 1
288 # PROP Exclude_From_Build 1
289
290 !ENDIF
291
292 # End Source File
293 # Begin Source File
294
295 SOURCE=.\res\drivebar.bmp
296 # End Source File
297 # Begin Source File
298
299 SOURCE=.\en.rc
300
301 !IF "$(CFG)" == "explorer - Win32 Release"
302
303 # PROP Exclude_From_Build 1
304
305 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
306
307 # PROP Exclude_From_Build 1
308
309 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
310
311 # PROP Exclude_From_Build 1
312
313 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
314
315 # PROP BASE Exclude_From_Build 1
316 # PROP Exclude_From_Build 1
317
318 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
319
320 # PROP BASE Exclude_From_Build 1
321 # PROP Exclude_From_Build 1
322
323 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
324
325 # PROP BASE Exclude_From_Build 1
326 # PROP Exclude_From_Build 1
327
328 !ENDIF
329
330 # End Source File
331 # Begin Source File
332
333 SOURCE=.\res\explorer.ico
334 # End Source File
335 # Begin Source File
336
337 SOURCE=.\explorer_intres.h
338 # End Source File
339 # Begin Source File
340
341 SOURCE=.\explorer_intres.rc
342 # End Source File
343 # Begin Source File
344
345 SOURCE=.\res\images.bmp
346 # End Source File
347 # Begin Source File
348
349 SOURCE=.\res\logoff.ico
350 # End Source File
351 # Begin Source File
352
353 SOURCE=.\res\logov.bmp
354 # End Source File
355 # Begin Source File
356
357 SOURCE=.\res\reactos.ico
358 # End Source File
359 # Begin Source File
360
361 SOURCE=.\resource.rc
362
363 !IF "$(CFG)" == "explorer - Win32 Release"
364
365 # PROP Exclude_From_Build 1
366
367 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
368
369 # PROP Exclude_From_Build 1
370
371 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
372
373 # PROP Exclude_From_Build 1
374
375 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
376
377 # PROP BASE Exclude_From_Build 1
378 # PROP Exclude_From_Build 1
379
380 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
381
382 # PROP BASE Exclude_From_Build 1
383 # PROP Exclude_From_Build 1
384
385 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
386
387 # PROP BASE Exclude_From_Build 1
388 # PROP Exclude_From_Build 1
389
390 !ENDIF
391
392 # End Source File
393 # Begin Source File
394
395 SOURCE=.\res\startmenu.bmp
396 # End Source File
397 # Begin Source File
398
399 SOURCE=.\res\startmenu.ico
400 # End Source File
401 # Begin Source File
402
403 SOURCE=.\res\toolbar.bmp
404 # End Source File
405 # End Group
406 # Begin Group "taskbar"
407
408 # PROP Default_Filter ""
409 # Begin Source File
410
411 SOURCE=.\taskbar\desktopbar.cpp
412 # End Source File
413 # Begin Source File
414
415 SOURCE=.\taskbar\desktopbar.h
416 # End Source File
417 # Begin Source File
418
419 SOURCE=.\taskbar\quicklaunch.cpp
420 # End Source File
421 # Begin Source File
422
423 SOURCE=.\taskbar\quicklaunch.h
424 # End Source File
425 # Begin Source File
426
427 SOURCE=.\taskbar\startmenu.cpp
428 # End Source File
429 # Begin Source File
430
431 SOURCE=.\taskbar\startmenu.h
432 # End Source File
433 # Begin Source File
434
435 SOURCE=.\taskbar\taskbar.cpp
436 # End Source File
437 # Begin Source File
438
439 SOURCE=.\taskbar\taskbar.h
440 # End Source File
441 # Begin Source File
442
443 SOURCE=.\taskbar\traynotify.cpp
444 # End Source File
445 # Begin Source File
446
447 SOURCE=.\taskbar\traynotify.h
448 # End Source File
449 # End Group
450 # Begin Group "desktop"
451
452 # PROP Default_Filter ""
453 # Begin Source File
454
455 SOURCE=.\desktop\desktop.cpp
456 # End Source File
457 # Begin Source File
458
459 SOURCE=.\desktop\desktop.h
460 # End Source File
461 # End Group
462 # Begin Group "doc"
463
464 # PROP Default_Filter ""
465 # Begin Source File
466
467 SOURCE=.\doc\changes.txt
468 # End Source File
469 # Begin Source File
470
471 SOURCE=.\doc\readme.txt
472 # End Source File
473 # Begin Source File
474
475 SOURCE=.\doc\TODO.txt
476 # End Source File
477 # End Group
478 # Begin Group "shell"
479
480 # PROP Default_Filter ""
481 # Begin Source File
482
483 SOURCE=.\shell\entries.cpp
484 # End Source File
485 # Begin Source File
486
487 SOURCE=.\shell\entries.h
488 # End Source File
489 # Begin Source File
490
491 SOURCE=.\shell\filechild.cpp
492 # End Source File
493 # Begin Source File
494
495 SOURCE=.\shell\filechild.h
496 # End Source File
497 # Begin Source File
498
499 SOURCE=.\shell\mainframe.cpp
500 # End Source File
501 # Begin Source File
502
503 SOURCE=.\shell\mainframe.h
504 # End Source File
505 # Begin Source File
506
507 SOURCE=.\shell\pane.cpp
508 # End Source File
509 # Begin Source File
510
511 SOURCE=.\shell\pane.h
512 # End Source File
513 # Begin Source File
514
515 SOURCE=.\shell\shellbrowser.cpp
516 # End Source File
517 # Begin Source File
518
519 SOURCE=.\shell\shellbrowser.h
520 # End Source File
521 # Begin Source File
522
523 SOURCE=.\shell\shellfs.cpp
524 # End Source File
525 # Begin Source File
526
527 SOURCE=.\shell\shellfs.h
528 # End Source File
529 # Begin Source File
530
531 SOURCE=.\shell\startup.c
532 # End Source File
533 # Begin Source File
534
535 SOURCE=.\shell\unixfs.cpp
536 # End Source File
537 # Begin Source File
538
539 SOURCE=.\shell\unixfs.h
540 # End Source File
541 # Begin Source File
542
543 SOURCE=.\shell\winfs.cpp
544 # End Source File
545 # Begin Source File
546
547 SOURCE=.\shell\winfs.h
548 # End Source File
549 # End Group
550 # Begin Group "dialogs"
551
552 # PROP Default_Filter ""
553 # Begin Source File
554
555 SOURCE=.\dialogs\searchprogram.cpp
556 # End Source File
557 # Begin Source File
558
559 SOURCE=.\dialogs\searchprogram.h
560 # End Source File
561 # End Group
562 # Begin Source File
563
564 SOURCE=.\res\appicon.ico
565 # End Source File
566 # Begin Source File
567
568 SOURCE=.\buildno.h
569 # End Source File
570 # Begin Source File
571
572 SOURCE=.\explorer.cpp
573 # End Source File
574 # Begin Source File
575
576 SOURCE=.\explorer.h
577 # End Source File
578 # Begin Source File
579
580 SOURCE=.\externals.h
581 # End Source File
582 # Begin Source File
583
584 SOURCE=.\globals.h
585 # End Source File
586 # End Target
587 # End Project