1 | # Microsoft Developer Studio Project File - Name="Toppers" - Package Owner=<4>
|
---|
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00
|
---|
3 | # ** ç·¨éããªãã§ãã ãã **
|
---|
4 |
|
---|
5 | # TARGTYPE "Win32 (x86) Application" 0x0101
|
---|
6 |
|
---|
7 | CFG=Toppers - Win32 Debug
|
---|
8 | !MESSAGE ããã¯æå¹ãªã¡ã¤ã¯ãã¡ã¤ã«ã§ã¯ããã¾ããã ãã®ããã¸ã§ã¯ãããã«ãããããã«ã¯ NMAKE ã使ç¨ãã¦ãã ããã
|
---|
9 | !MESSAGE [ã¡ã¤ã¯ãã¡ã¤ã«ã®ã¨ã¯ã¹ãã¼ã] ã³ãã³ãã使ç¨ãã¦å®è¡ãã¦ãã ãã
|
---|
10 | !MESSAGE
|
---|
11 | !MESSAGE NMAKE /f "Toppers.mak".
|
---|
12 | !MESSAGE
|
---|
13 | !MESSAGE NMAKE ã®å®è¡æã«æ§æãæå®ã§ãã¾ã
|
---|
14 | !MESSAGE ã³ãã³ã ã©ã¤ã³ä¸ã§ãã¯ãã®è¨å®ãå®ç¾©ãã¾ããä¾:
|
---|
15 | !MESSAGE
|
---|
16 | !MESSAGE NMAKE /f "Toppers.mak" CFG="Toppers - Win32 Debug"
|
---|
17 | !MESSAGE
|
---|
18 | !MESSAGE 鏿å¯è½ãªãã«ã ã¢ã¼ã:
|
---|
19 | !MESSAGE
|
---|
20 | !MESSAGE "Toppers - Win32 Release" ("Win32 (x86) Application" ç¨)
|
---|
21 | !MESSAGE "Toppers - Win32 Debug" ("Win32 (x86) Application" ç¨)
|
---|
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)" == "Toppers - 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 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
---|
46 | # ADD CPP /nologo /W3 /GX /Ot /Ow /Oi /Ob1 /I "../../../kernel" /I "../../../include" /I "../../../config/windows" /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
---|
47 | # SUBTRACT CPP /Og
|
---|
48 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
---|
49 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
---|
50 | # ADD BASE RSC /l 0x411 /d "NDEBUG"
|
---|
51 | # ADD RSC /l 0x411 /d "NDEBUG"
|
---|
52 | BSC32=bscmake.exe
|
---|
53 | # ADD BASE BSC32 /nologo
|
---|
54 | # ADD BSC32 /nologo
|
---|
55 | LINK32=link.exe
|
---|
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:windows /machine:I386
|
---|
57 | # ADD 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 winmm.lib /nologo /subsystem:windows /machine:I386
|
---|
58 | # Begin Special Build Tool
|
---|
59 | SOURCE="$(InputPath)"
|
---|
60 | PostBuild_Cmds=cd .. ..\..\cfg\chk.exe -m toppers.exe -cs windows.chk -obj -v -lj
|
---|
61 | # End Special Build Tool
|
---|
62 |
|
---|
63 | !ELSEIF "$(CFG)" == "Toppers - Win32 Debug"
|
---|
64 |
|
---|
65 | # PROP BASE Use_MFC 0
|
---|
66 | # PROP BASE Use_Debug_Libraries 1
|
---|
67 | # PROP BASE Output_Dir "Debug"
|
---|
68 | # PROP BASE Intermediate_Dir "Debug"
|
---|
69 | # PROP BASE Target_Dir ""
|
---|
70 | # PROP Use_MFC 0
|
---|
71 | # PROP Use_Debug_Libraries 1
|
---|
72 | # PROP Output_Dir "Debug"
|
---|
73 | # PROP Intermediate_Dir "Debug"
|
---|
74 | # PROP Ignore_Export_Lib 0
|
---|
75 | # PROP Target_Dir ""
|
---|
76 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
|
---|
77 | # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../kernel" /I "../../../include" /I "../../../config/windows" /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FAcs /FR /FD /GZ /c
|
---|
78 | # SUBTRACT CPP /X /YX
|
---|
79 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
---|
80 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
---|
81 | # ADD BASE RSC /l 0x411 /d "_DEBUG"
|
---|
82 | # ADD RSC /l 0x411 /d "_DEBUG"
|
---|
83 | BSC32=bscmake.exe
|
---|
84 | # ADD BASE BSC32 /nologo
|
---|
85 | # ADD BSC32 /nologo
|
---|
86 | LINK32=link.exe
|
---|
87 | # 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:windows /debug /machine:I386 /pdbtype:sept
|
---|
88 | # ADD 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 winmm.lib /nologo /subsystem:windows /incremental:no /map /debug /debugtype:both /machine:I386 /out:"../Toppers.exe" /pdbtype:sept
|
---|
89 | # Begin Special Build Tool
|
---|
90 | SOURCE="$(InputPath)"
|
---|
91 | PostBuild_Cmds=cd .. ..\..\cfg\chk.exe -m toppers.exe -cs windows.chk -obj -v -lj
|
---|
92 | # End Special Build Tool
|
---|
93 |
|
---|
94 | !ENDIF
|
---|
95 |
|
---|
96 | # Begin Target
|
---|
97 |
|
---|
98 | # Name "Toppers - Win32 Release"
|
---|
99 | # Name "Toppers - Win32 Debug"
|
---|
100 | # Begin Group "Source Files"
|
---|
101 |
|
---|
102 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
103 | # Begin Source File
|
---|
104 |
|
---|
105 | SOURCE=..\kernel_cfg.c
|
---|
106 | # End Source File
|
---|
107 | # Begin Source File
|
---|
108 |
|
---|
109 | SOURCE=..\sample1.c
|
---|
110 | # End Source File
|
---|
111 | # Begin Source File
|
---|
112 |
|
---|
113 | SOURCE=..\sample2.c
|
---|
114 | # PROP Exclude_From_Build 1
|
---|
115 | # End Source File
|
---|
116 | # End Group
|
---|
117 | # Begin Group "Header Files"
|
---|
118 |
|
---|
119 | # PROP Default_Filter "h;hpp;hxx;hm;inl"
|
---|
120 | # Begin Source File
|
---|
121 |
|
---|
122 | SOURCE=..\kernel_id.h
|
---|
123 | # End Source File
|
---|
124 | # Begin Source File
|
---|
125 |
|
---|
126 | SOURCE=..\sample1.h
|
---|
127 | # End Source File
|
---|
128 | # Begin Source File
|
---|
129 |
|
---|
130 | SOURCE=..\sample2.h
|
---|
131 | # End Source File
|
---|
132 | # End Group
|
---|
133 | # Begin Group "configuration"
|
---|
134 |
|
---|
135 | # PROP Default_Filter "cfg"
|
---|
136 | # Begin Source File
|
---|
137 |
|
---|
138 | SOURCE=..\sample1.cfg
|
---|
139 |
|
---|
140 | !IF "$(CFG)" == "Toppers - Win32 Release"
|
---|
141 |
|
---|
142 | # PROP Ignore_Default_Tool 1
|
---|
143 | # Begin Custom Build
|
---|
144 | InputDir=\Temporary\Archives\jsp\jsp\tools\WINDOWS
|
---|
145 | InputPath=..\sample1.cfg
|
---|
146 | InputName=sample1
|
---|
147 |
|
---|
148 | BuildCmds= \
|
---|
149 | cd $(InputDir) \
|
---|
150 | cl /E /I "../../kernel" /I "../../include" /I "../../config/windows" $(InputName).cfg | ..\..\cfg\cfg.exe -s -c -v -obj -lj -cpu windows -system msvc \
|
---|
151 |
|
---|
152 |
|
---|
153 | "kernel_cfg.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
---|
154 | $(BuildCmds)
|
---|
155 |
|
---|
156 | "kernel_id.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
---|
157 | $(BuildCmds)
|
---|
158 | # End Custom Build
|
---|
159 |
|
---|
160 | !ELSEIF "$(CFG)" == "Toppers - Win32 Debug"
|
---|
161 |
|
---|
162 | # PROP Ignore_Default_Tool 1
|
---|
163 | # Begin Custom Build
|
---|
164 | InputDir=\Temporary\Archives\jsp\jsp\tools\WINDOWS
|
---|
165 | InputPath=..\sample1.cfg
|
---|
166 | InputName=sample1
|
---|
167 |
|
---|
168 | BuildCmds= \
|
---|
169 | cd $(InputDir) \
|
---|
170 | cl /E /I "../../kernel" /I "../../include" /I "../../config/windows" $(InputName).cfg | ..\..\cfg\cfg.exe -s -c -v -obj -lj -cpu windows -system msvc \
|
---|
171 |
|
---|
172 |
|
---|
173 | "kernel_cfg.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
---|
174 | $(BuildCmds)
|
---|
175 |
|
---|
176 | "kernel_id.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
---|
177 | $(BuildCmds)
|
---|
178 | # End Custom Build
|
---|
179 |
|
---|
180 | !ENDIF
|
---|
181 |
|
---|
182 | # End Source File
|
---|
183 | # Begin Source File
|
---|
184 |
|
---|
185 | SOURCE=..\sample2.cfg
|
---|
186 | # End Source File
|
---|
187 | # End Group
|
---|
188 | # Begin Group "TOPPERS/JSP"
|
---|
189 |
|
---|
190 | # PROP Default_Filter ""
|
---|
191 | # Begin Group "Resource Files"
|
---|
192 |
|
---|
193 | # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
194 | # Begin Source File
|
---|
195 |
|
---|
196 | SOURCE=..\..\..\config\windows\hal_resource.rc
|
---|
197 | # End Source File
|
---|
198 | # Begin Source File
|
---|
199 |
|
---|
200 | SOURCE=..\..\..\config\windows\icon1.ico
|
---|
201 | # End Source File
|
---|
202 | # End Group
|
---|
203 | # Begin Group "kernel"
|
---|
204 |
|
---|
205 | # PROP Default_Filter ""
|
---|
206 | # Begin Source File
|
---|
207 |
|
---|
208 | SOURCE=..\..\..\kernel\banner.c
|
---|
209 | # End Source File
|
---|
210 | # Begin Source File
|
---|
211 |
|
---|
212 | SOURCE=..\..\..\kernel\check.h
|
---|
213 | # End Source File
|
---|
214 | # Begin Source File
|
---|
215 |
|
---|
216 | SOURCE=..\..\..\kernel\cyclic.c
|
---|
217 | # End Source File
|
---|
218 | # Begin Source File
|
---|
219 |
|
---|
220 | SOURCE=..\..\..\kernel\cyclic.h
|
---|
221 | # End Source File
|
---|
222 | # Begin Source File
|
---|
223 |
|
---|
224 | SOURCE=..\..\..\kernel\dataqueue.c
|
---|
225 | # End Source File
|
---|
226 | # Begin Source File
|
---|
227 |
|
---|
228 | SOURCE=..\..\..\kernel\dataqueue.h
|
---|
229 | # End Source File
|
---|
230 | # Begin Source File
|
---|
231 |
|
---|
232 | SOURCE=..\..\..\kernel\eventflag.c
|
---|
233 | # End Source File
|
---|
234 | # Begin Source File
|
---|
235 |
|
---|
236 | SOURCE=..\..\..\kernel\eventflag.h
|
---|
237 | # End Source File
|
---|
238 | # Begin Source File
|
---|
239 |
|
---|
240 | SOURCE=..\..\..\kernel\exception.c
|
---|
241 | # End Source File
|
---|
242 | # Begin Source File
|
---|
243 |
|
---|
244 | SOURCE=..\..\..\kernel\exception.h
|
---|
245 | # End Source File
|
---|
246 | # Begin Source File
|
---|
247 |
|
---|
248 | SOURCE=..\..\..\kernel\interrupt.c
|
---|
249 | # End Source File
|
---|
250 | # Begin Source File
|
---|
251 |
|
---|
252 | SOURCE=..\..\..\kernel\interrupt.h
|
---|
253 | # End Source File
|
---|
254 | # Begin Source File
|
---|
255 |
|
---|
256 | SOURCE=..\..\..\kernel\jsp_kernel.h
|
---|
257 | # End Source File
|
---|
258 | # Begin Source File
|
---|
259 |
|
---|
260 | SOURCE=..\..\..\kernel\jsp_rename.h
|
---|
261 | # End Source File
|
---|
262 | # Begin Source File
|
---|
263 |
|
---|
264 | SOURCE=..\..\..\kernel\jsp_unrename.h
|
---|
265 | # End Source File
|
---|
266 | # Begin Source File
|
---|
267 |
|
---|
268 | SOURCE=..\..\..\kernel\mailbox.c
|
---|
269 | # End Source File
|
---|
270 | # Begin Source File
|
---|
271 |
|
---|
272 | SOURCE=..\..\..\kernel\mailbox.h
|
---|
273 | # End Source File
|
---|
274 | # Begin Source File
|
---|
275 |
|
---|
276 | SOURCE=..\..\..\kernel\mempfix.c
|
---|
277 | # End Source File
|
---|
278 | # Begin Source File
|
---|
279 |
|
---|
280 | SOURCE=..\..\..\kernel\mempfix.h
|
---|
281 | # End Source File
|
---|
282 | # Begin Source File
|
---|
283 |
|
---|
284 | SOURCE=..\..\..\kernel\queue.h
|
---|
285 | # End Source File
|
---|
286 | # Begin Source File
|
---|
287 |
|
---|
288 | SOURCE=..\..\..\kernel\semaphore.c
|
---|
289 | # End Source File
|
---|
290 | # Begin Source File
|
---|
291 |
|
---|
292 | SOURCE=..\..\..\kernel\semaphore.h
|
---|
293 | # End Source File
|
---|
294 | # Begin Source File
|
---|
295 |
|
---|
296 | SOURCE=..\..\..\kernel\startup.c
|
---|
297 | # End Source File
|
---|
298 | # Begin Source File
|
---|
299 |
|
---|
300 | SOURCE=..\..\..\kernel\sys_manage.c
|
---|
301 | # End Source File
|
---|
302 | # Begin Source File
|
---|
303 |
|
---|
304 | SOURCE=..\..\..\kernel\syslog.c
|
---|
305 | # End Source File
|
---|
306 | # Begin Source File
|
---|
307 |
|
---|
308 | SOURCE=..\..\..\kernel\syslog.h
|
---|
309 | # End Source File
|
---|
310 | # Begin Source File
|
---|
311 |
|
---|
312 | SOURCE=..\..\..\kernel\task.c
|
---|
313 | # End Source File
|
---|
314 | # Begin Source File
|
---|
315 |
|
---|
316 | SOURCE=..\..\..\kernel\task.h
|
---|
317 | # End Source File
|
---|
318 | # Begin Source File
|
---|
319 |
|
---|
320 | SOURCE=..\..\..\kernel\task_except.c
|
---|
321 | # End Source File
|
---|
322 | # Begin Source File
|
---|
323 |
|
---|
324 | SOURCE=..\..\..\kernel\task_manage.c
|
---|
325 | # End Source File
|
---|
326 | # Begin Source File
|
---|
327 |
|
---|
328 | SOURCE=..\..\..\kernel\task_sync.c
|
---|
329 | # End Source File
|
---|
330 | # Begin Source File
|
---|
331 |
|
---|
332 | SOURCE=..\..\..\kernel\time_event.c
|
---|
333 | # End Source File
|
---|
334 | # Begin Source File
|
---|
335 |
|
---|
336 | SOURCE=..\..\..\kernel\time_event.h
|
---|
337 | # End Source File
|
---|
338 | # Begin Source File
|
---|
339 |
|
---|
340 | SOURCE=..\..\..\kernel\time_manage.c
|
---|
341 | # End Source File
|
---|
342 | # Begin Source File
|
---|
343 |
|
---|
344 | SOURCE=..\..\..\kernel\wait.c
|
---|
345 | # End Source File
|
---|
346 | # Begin Source File
|
---|
347 |
|
---|
348 | SOURCE=..\..\..\kernel\wait.h
|
---|
349 | # End Source File
|
---|
350 | # End Group
|
---|
351 | # Begin Group "include"
|
---|
352 |
|
---|
353 | # PROP Default_Filter ""
|
---|
354 | # Begin Source File
|
---|
355 |
|
---|
356 | SOURCE=..\..\..\include\itron.h
|
---|
357 | # End Source File
|
---|
358 | # Begin Source File
|
---|
359 |
|
---|
360 | SOURCE=..\..\..\include\kernel.h
|
---|
361 | # End Source File
|
---|
362 | # Begin Source File
|
---|
363 |
|
---|
364 | SOURCE=..\..\..\include\kernel_cfg.h
|
---|
365 | # End Source File
|
---|
366 | # Begin Source File
|
---|
367 |
|
---|
368 | SOURCE=..\..\..\include\kernel_debug.h
|
---|
369 | # End Source File
|
---|
370 | # Begin Source File
|
---|
371 |
|
---|
372 | SOURCE=..\..\..\include\linux_sigio.h
|
---|
373 | # End Source File
|
---|
374 | # Begin Source File
|
---|
375 |
|
---|
376 | SOURCE=..\..\..\include\logtask.h
|
---|
377 | # End Source File
|
---|
378 | # Begin Source File
|
---|
379 |
|
---|
380 | SOURCE=..\..\..\include\s_services.h
|
---|
381 | # End Source File
|
---|
382 | # Begin Source File
|
---|
383 |
|
---|
384 | SOURCE=..\..\..\include\serial.h
|
---|
385 | # End Source File
|
---|
386 | # Begin Source File
|
---|
387 |
|
---|
388 | SOURCE=..\..\..\include\sil.h
|
---|
389 | # End Source File
|
---|
390 | # Begin Source File
|
---|
391 |
|
---|
392 | SOURCE=..\..\..\include\t_config.h
|
---|
393 | # End Source File
|
---|
394 | # Begin Source File
|
---|
395 |
|
---|
396 | SOURCE=..\..\..\include\t_services.h
|
---|
397 | # End Source File
|
---|
398 | # Begin Source File
|
---|
399 |
|
---|
400 | SOURCE=..\..\..\include\t_stddef.h
|
---|
401 | # End Source File
|
---|
402 | # Begin Source File
|
---|
403 |
|
---|
404 | SOURCE=..\..\..\include\t_syslog.h
|
---|
405 | # End Source File
|
---|
406 | # Begin Source File
|
---|
407 |
|
---|
408 | SOURCE=..\..\..\include\timer.h
|
---|
409 | # End Source File
|
---|
410 | # End Group
|
---|
411 | # Begin Group "systask"
|
---|
412 |
|
---|
413 | # PROP Default_Filter ""
|
---|
414 | # Begin Source File
|
---|
415 |
|
---|
416 | SOURCE=..\..\..\systask\logtask.c
|
---|
417 | # End Source File
|
---|
418 | # Begin Source File
|
---|
419 |
|
---|
420 | SOURCE=..\..\..\systask\serial.c
|
---|
421 | # End Source File
|
---|
422 | # Begin Source File
|
---|
423 |
|
---|
424 | SOURCE=..\..\..\systask\timer.c
|
---|
425 | # End Source File
|
---|
426 | # End Group
|
---|
427 | # Begin Group "win32"
|
---|
428 |
|
---|
429 | # PROP Default_Filter ""
|
---|
430 | # Begin Source File
|
---|
431 |
|
---|
432 | SOURCE=..\..\..\config\windows\api.h
|
---|
433 | # End Source File
|
---|
434 | # Begin Source File
|
---|
435 |
|
---|
436 | SOURCE=..\..\..\config\windows\com_support.cpp
|
---|
437 | # End Source File
|
---|
438 | # Begin Source File
|
---|
439 |
|
---|
440 | SOURCE=..\..\..\config\windows\com_support.h
|
---|
441 | # End Source File
|
---|
442 | # Begin Source File
|
---|
443 |
|
---|
444 | SOURCE=..\..\..\config\windows\constants.h
|
---|
445 | # End Source File
|
---|
446 | # Begin Source File
|
---|
447 |
|
---|
448 | SOURCE=..\..\..\config\windows\cpu_config.c
|
---|
449 | # End Source File
|
---|
450 | # Begin Source File
|
---|
451 |
|
---|
452 | SOURCE=..\..\..\config\windows\cpu_config.h
|
---|
453 | # End Source File
|
---|
454 | # Begin Source File
|
---|
455 |
|
---|
456 | SOURCE=..\..\..\config\windows\cpu_context.h
|
---|
457 | # End Source File
|
---|
458 | # Begin Source File
|
---|
459 |
|
---|
460 | SOURCE=..\..\..\config\windows\cpu_defs.c
|
---|
461 | # End Source File
|
---|
462 | # Begin Source File
|
---|
463 |
|
---|
464 | SOURCE=..\..\..\config\windows\cpu_defs.h
|
---|
465 | # End Source File
|
---|
466 | # Begin Source File
|
---|
467 |
|
---|
468 | SOURCE=..\..\..\config\windows\cpu_rename.h
|
---|
469 | # End Source File
|
---|
470 | # Begin Source File
|
---|
471 |
|
---|
472 | SOURCE=..\..\..\config\windows\cpu_unrename.h
|
---|
473 | # End Source File
|
---|
474 | # Begin Source File
|
---|
475 |
|
---|
476 | SOURCE=..\..\..\config\windows\debugout.c
|
---|
477 | # End Source File
|
---|
478 | # Begin Source File
|
---|
479 |
|
---|
480 | SOURCE=..\..\..\config\windows\debugout.h
|
---|
481 | # End Source File
|
---|
482 | # Begin Source File
|
---|
483 |
|
---|
484 | SOURCE=..\..\..\config\windows\device.h
|
---|
485 | # End Source File
|
---|
486 | # Begin Source File
|
---|
487 |
|
---|
488 | SOURCE=..\..\..\config\windows\eventlog.c
|
---|
489 | # End Source File
|
---|
490 | # Begin Source File
|
---|
491 |
|
---|
492 | SOURCE=..\..\..\config\windows\eventlog.h
|
---|
493 | # End Source File
|
---|
494 | # Begin Source File
|
---|
495 |
|
---|
496 | SOURCE=..\..\..\config\windows\hal_msg.h
|
---|
497 | # End Source File
|
---|
498 | # Begin Source File
|
---|
499 |
|
---|
500 | SOURCE=..\..\..\config\windows\hw_serial.c
|
---|
501 | # End Source File
|
---|
502 | # Begin Source File
|
---|
503 |
|
---|
504 | SOURCE=..\..\..\config\windows\hw_serial.h
|
---|
505 | # End Source File
|
---|
506 | # Begin Source File
|
---|
507 |
|
---|
508 | SOURCE=..\..\..\config\windows\hw_timer.c
|
---|
509 | # End Source File
|
---|
510 | # Begin Source File
|
---|
511 |
|
---|
512 | SOURCE=..\..\..\config\windows\hw_timer.h
|
---|
513 | # End Source File
|
---|
514 | # Begin Source File
|
---|
515 |
|
---|
516 | SOURCE=..\..\..\config\windows\messages.h
|
---|
517 | # End Source File
|
---|
518 | # Begin Source File
|
---|
519 |
|
---|
520 | SOURCE=..\..\..\config\windows\primary_thread.c
|
---|
521 | # End Source File
|
---|
522 | # Begin Source File
|
---|
523 |
|
---|
524 | SOURCE=..\..\..\config\windows\resource.h
|
---|
525 | # End Source File
|
---|
526 | # Begin Source File
|
---|
527 |
|
---|
528 | SOURCE=..\..\..\config\windows\sys_config.c
|
---|
529 | # End Source File
|
---|
530 | # Begin Source File
|
---|
531 |
|
---|
532 | SOURCE=..\..\..\config\windows\sys_config.h
|
---|
533 | # End Source File
|
---|
534 | # Begin Source File
|
---|
535 |
|
---|
536 | SOURCE=..\..\..\config\windows\sys_defs.h
|
---|
537 | # End Source File
|
---|
538 | # Begin Source File
|
---|
539 |
|
---|
540 | SOURCE=..\..\..\config\windows\sys_rename.h
|
---|
541 | # End Source File
|
---|
542 | # Begin Source File
|
---|
543 |
|
---|
544 | SOURCE=..\..\..\config\windows\sys_unrename.h
|
---|
545 | # End Source File
|
---|
546 | # Begin Source File
|
---|
547 |
|
---|
548 | SOURCE=..\..\..\config\windows\tool_config.h
|
---|
549 | # End Source File
|
---|
550 | # Begin Source File
|
---|
551 |
|
---|
552 | SOURCE=..\..\..\config\windows\tool_defs.h
|
---|
553 | # End Source File
|
---|
554 | # Begin Source File
|
---|
555 |
|
---|
556 | SOURCE=..\..\..\config\windows\vitron.h
|
---|
557 | # End Source File
|
---|
558 | # Begin Source File
|
---|
559 |
|
---|
560 | SOURCE=..\..\..\config\windows\vwindows.h
|
---|
561 | # End Source File
|
---|
562 | # End Group
|
---|
563 | # Begin Group "library"
|
---|
564 |
|
---|
565 | # PROP Default_Filter ""
|
---|
566 | # Begin Source File
|
---|
567 |
|
---|
568 | SOURCE=..\..\..\library\log_output.c
|
---|
569 | # End Source File
|
---|
570 | # Begin Source File
|
---|
571 |
|
---|
572 | SOURCE=..\..\..\library\strerror.c
|
---|
573 | # End Source File
|
---|
574 | # Begin Source File
|
---|
575 |
|
---|
576 | SOURCE=..\..\..\library\t_perror.c
|
---|
577 | # End Source File
|
---|
578 | # Begin Source File
|
---|
579 |
|
---|
580 | SOURCE=..\..\..\library\vasyslog.c
|
---|
581 | # End Source File
|
---|
582 | # End Group
|
---|
583 | # End Group
|
---|
584 | # End Target
|
---|
585 | # End Project
|
---|