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