DPRINT->DPRINT1 in key places (when something fails we shouldn't keep silence).
[reactos.git] / msvc6 / hal / hal.dsp
1 # Microsoft Developer Studio Project File - Name="hal" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=hal - 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 "hal.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 "hal.mak" CFG="hal - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "hal - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "hal - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 CPP=cl.exe
29 MTL=midl.exe
30 RSC=rc.exe
31
32 !IF "$(CFG)" == "hal - Win32 Release"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0
41 # PROP Output_Dir "Release"
42 # PROP Intermediate_Dir "Release"
43 # PROP Ignore_Export_Lib 0
44 # PROP Target_Dir ""
45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HAL_EXPORTS" /YX /FD /c
46 # ADD CPP /nologo /MT /W3 /Ot /Og /Os /Ob1 /I "..\..\reactos\include" /I "..\..\reactos\hal\halx86\include" /I "..\..\reactos\ntoskrnl\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "i386" /D "__NTHAL__" /FD /c
47 # SUBTRACT CPP /YX
48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50 # ADD BASE RSC /l 0x41d /d "NDEBUG"
51 # ADD RSC /l 0x417 /i "..\..\reactos\include" /d "NDEBUG"
52 BSC32=bscmake.exe
53 # ADD BASE BSC32 /nologo
54 # ADD BSC32 /nologo
55 LINK32=link.exe
56 # ADD BASE LINK32 /nologo /dll /machine:I386
57 # ADD LINK32 ..\ntoskrnl\Release\ntoskrnl.lib /nologo /dll /machine:I386 /fixed:no
58 # SUBTRACT LINK32 /pdb:none /force
59
60 !ELSEIF "$(CFG)" == "hal - 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 /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HAL_EXPORTS" /YX /FD /GZ /c
74 # ADD CPP /nologo /MTd /W3 /Z7 /Od /I "..\..\reactos\include" /I "..\..\reactos\hal\halx86\include" /I "..\..\reactos\ntoskrnl\include" /D "_WINDOWS" /D "__NTHAL__" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "i386" /FD /c
75 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
76 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
77 # ADD BASE RSC /l 0x41d /d "_DEBUG"
78 # ADD RSC /l 0x417 /i "..\..\reactos\include" /d "_DEBUG"
79 BSC32=bscmake.exe
80 # ADD BASE BSC32 /nologo
81 # ADD BSC32 /nologo
82 LINK32=link.exe
83 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
84 # ADD LINK32 ..\ntoskrnl\Debug\ntoskrnl.lib /nologo /dll /incremental:no /debug /machine:I386 /pdbtype:sept /fixed:no
85 # SUBTRACT LINK32 /pdb:none
86
87 !ENDIF
88
89 # Begin Target
90
91 # Name "hal - Win32 Release"
92 # Name "hal - Win32 Debug"
93 # Begin Group "Source Files"
94
95 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
96 # Begin Source File
97
98 SOURCE=..\..\reactos\hal\halx86\adapter.c
99 # End Source File
100 # Begin Source File
101
102 SOURCE=..\..\reactos\hal\halx86\beep.c
103 # End Source File
104 # Begin Source File
105
106 SOURCE=..\..\reactos\hal\halx86\bus.c
107 # End Source File
108 # Begin Source File
109
110 SOURCE=..\..\reactos\hal\halx86\display.c
111 # End Source File
112 # Begin Source File
113
114 SOURCE=..\..\reactos\hal\halx86\dma.c
115 # End Source File
116 # Begin Source File
117
118 SOURCE=..\..\reactos\hal\halx86\drive.c
119 # End Source File
120 # Begin Source File
121
122 SOURCE=..\..\reactos\hal\halx86\enum.c
123 # End Source File
124 # Begin Source File
125
126 SOURCE=..\..\reactos\hal\halx86\fmutex.c
127 # End Source File
128 # Begin Source File
129
130 SOURCE=..\..\reactos\hal\halx86\fmutex_tmn.c
131 # PROP Exclude_From_Build 1
132 # End Source File
133 # Begin Source File
134
135 SOURCE=..\..\reactos\hal\halx86\halinit.c
136 # End Source File
137 # Begin Source File
138
139 SOURCE=..\..\reactos\hal\halx86\halx86mp.rc
140 # PROP Exclude_From_Build 1
141 # End Source File
142 # Begin Source File
143
144 SOURCE=..\..\reactos\hal\halx86\halx86up.rc
145 # End Source File
146 # Begin Source File
147
148 SOURCE=..\..\reactos\hal\halx86\irql.c
149 # End Source File
150 # Begin Source File
151
152 SOURCE=..\..\reactos\hal\halx86\isa.c
153 # End Source File
154 # Begin Source File
155
156 SOURCE=..\..\reactos\hal\halx86\kdbg.c
157 # End Source File
158 # Begin Source File
159
160 SOURCE=..\..\reactos\hal\halx86\mca.c
161 # End Source File
162 # Begin Source File
163
164 SOURCE=..\..\reactos\hal\halx86\misc.c
165 # End Source File
166 # Begin Source File
167
168 SOURCE=..\..\reactos\hal\halx86\mp.c
169 # End Source File
170 # Begin Source File
171
172 SOURCE=..\..\reactos\hal\halx86\mpsirql.c
173 # PROP Exclude_From_Build 1
174 # End Source File
175 # Begin Source File
176
177 SOURCE=..\..\reactos\hal\halx86\pci.c
178 # End Source File
179 # Begin Source File
180
181 SOURCE=..\..\reactos\hal\halx86\portio.c
182 # End Source File
183 # Begin Source File
184
185 SOURCE=..\..\reactos\hal\halx86\pwroff.c
186 # PROP Exclude_From_Build 1
187 # End Source File
188 # Begin Source File
189
190 SOURCE=..\..\reactos\hal\halx86\reboot.c
191 # End Source File
192 # Begin Source File
193
194 SOURCE=..\..\reactos\hal\halx86\spinlock.c
195 # End Source File
196 # Begin Source File
197
198 SOURCE=..\..\reactos\hal\halx86\spinlock_tmn.c
199 # PROP Exclude_From_Build 1
200 # End Source File
201 # Begin Source File
202
203 SOURCE=..\..\reactos\hal\halx86\sysbus.c
204 # End Source File
205 # Begin Source File
206
207 SOURCE=..\..\reactos\hal\halx86\sysinfo.c
208 # End Source File
209 # Begin Source File
210
211 SOURCE=..\..\reactos\hal\halx86\time.c
212 # End Source File
213 # Begin Source File
214
215 SOURCE=..\..\reactos\hal\halx86\timer.c
216 # End Source File
217 # End Group
218 # Begin Group "include"
219
220 # PROP Default_Filter "h;hpp;hxx;hm;inl"
221 # Begin Source File
222
223 SOURCE=..\..\reactos\hal\halx86\include\bus.h
224 # End Source File
225 # Begin Source File
226
227 SOURCE=..\..\reactos\hal\halx86\include\hal.h
228 # End Source File
229 # Begin Source File
230
231 SOURCE=..\..\reactos\hal\halx86\include\mps.h
232 # End Source File
233 # End Group
234 # Begin Group "Resource Files"
235
236 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
237 # End Group
238 # Begin Source File
239
240 SOURCE=.\hal.def
241 # End Source File
242 # End Target
243 # End Project