source: anotherchoice/tags/jsp-1.4.4-full-UTF8/tools/WINDOWS/vc_project/toppers.dsp@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 13.3 KB
Line 
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
7CFG=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 ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=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"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=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
59SOURCE="$(InputPath)"
60PostBuild_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"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=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
90SOURCE="$(InputPath)"
91PostBuild_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
105SOURCE=..\kernel_cfg.c
106# End Source File
107# Begin Source File
108
109SOURCE=..\sample1.c
110# End Source File
111# Begin Source File
112
113SOURCE=..\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
122SOURCE=..\kernel_id.h
123# End Source File
124# Begin Source File
125
126SOURCE=..\sample1.h
127# End Source File
128# Begin Source File
129
130SOURCE=..\sample2.h
131# End Source File
132# End Group
133# Begin Group "configuration"
134
135# PROP Default_Filter "cfg"
136# Begin Source File
137
138SOURCE=..\sample1.cfg
139
140!IF "$(CFG)" == "Toppers - Win32 Release"
141
142# PROP Ignore_Default_Tool 1
143# Begin Custom Build
144InputDir=\Temporary\Archives\jsp\jsp\tools\WINDOWS
145InputPath=..\sample1.cfg
146InputName=sample1
147
148BuildCmds= \
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
164InputDir=\Temporary\Archives\jsp\jsp\tools\WINDOWS
165InputPath=..\sample1.cfg
166InputName=sample1
167
168BuildCmds= \
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
185SOURCE=..\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
196SOURCE=..\..\..\config\windows\hal_resource.rc
197# End Source File
198# Begin Source File
199
200SOURCE=..\..\..\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
208SOURCE=..\..\..\kernel\banner.c
209# End Source File
210# Begin Source File
211
212SOURCE=..\..\..\kernel\check.h
213# End Source File
214# Begin Source File
215
216SOURCE=..\..\..\kernel\cyclic.c
217# End Source File
218# Begin Source File
219
220SOURCE=..\..\..\kernel\cyclic.h
221# End Source File
222# Begin Source File
223
224SOURCE=..\..\..\kernel\dataqueue.c
225# End Source File
226# Begin Source File
227
228SOURCE=..\..\..\kernel\dataqueue.h
229# End Source File
230# Begin Source File
231
232SOURCE=..\..\..\kernel\eventflag.c
233# End Source File
234# Begin Source File
235
236SOURCE=..\..\..\kernel\eventflag.h
237# End Source File
238# Begin Source File
239
240SOURCE=..\..\..\kernel\exception.c
241# End Source File
242# Begin Source File
243
244SOURCE=..\..\..\kernel\exception.h
245# End Source File
246# Begin Source File
247
248SOURCE=..\..\..\kernel\interrupt.c
249# End Source File
250# Begin Source File
251
252SOURCE=..\..\..\kernel\interrupt.h
253# End Source File
254# Begin Source File
255
256SOURCE=..\..\..\kernel\jsp_kernel.h
257# End Source File
258# Begin Source File
259
260SOURCE=..\..\..\kernel\jsp_rename.h
261# End Source File
262# Begin Source File
263
264SOURCE=..\..\..\kernel\jsp_unrename.h
265# End Source File
266# Begin Source File
267
268SOURCE=..\..\..\kernel\mailbox.c
269# End Source File
270# Begin Source File
271
272SOURCE=..\..\..\kernel\mailbox.h
273# End Source File
274# Begin Source File
275
276SOURCE=..\..\..\kernel\mempfix.c
277# End Source File
278# Begin Source File
279
280SOURCE=..\..\..\kernel\mempfix.h
281# End Source File
282# Begin Source File
283
284SOURCE=..\..\..\kernel\queue.h
285# End Source File
286# Begin Source File
287
288SOURCE=..\..\..\kernel\semaphore.c
289# End Source File
290# Begin Source File
291
292SOURCE=..\..\..\kernel\semaphore.h
293# End Source File
294# Begin Source File
295
296SOURCE=..\..\..\kernel\startup.c
297# End Source File
298# Begin Source File
299
300SOURCE=..\..\..\kernel\sys_manage.c
301# End Source File
302# Begin Source File
303
304SOURCE=..\..\..\kernel\syslog.c
305# End Source File
306# Begin Source File
307
308SOURCE=..\..\..\kernel\syslog.h
309# End Source File
310# Begin Source File
311
312SOURCE=..\..\..\kernel\task.c
313# End Source File
314# Begin Source File
315
316SOURCE=..\..\..\kernel\task.h
317# End Source File
318# Begin Source File
319
320SOURCE=..\..\..\kernel\task_except.c
321# End Source File
322# Begin Source File
323
324SOURCE=..\..\..\kernel\task_manage.c
325# End Source File
326# Begin Source File
327
328SOURCE=..\..\..\kernel\task_sync.c
329# End Source File
330# Begin Source File
331
332SOURCE=..\..\..\kernel\time_event.c
333# End Source File
334# Begin Source File
335
336SOURCE=..\..\..\kernel\time_event.h
337# End Source File
338# Begin Source File
339
340SOURCE=..\..\..\kernel\time_manage.c
341# End Source File
342# Begin Source File
343
344SOURCE=..\..\..\kernel\wait.c
345# End Source File
346# Begin Source File
347
348SOURCE=..\..\..\kernel\wait.h
349# End Source File
350# End Group
351# Begin Group "include"
352
353# PROP Default_Filter ""
354# Begin Source File
355
356SOURCE=..\..\..\include\itron.h
357# End Source File
358# Begin Source File
359
360SOURCE=..\..\..\include\kernel.h
361# End Source File
362# Begin Source File
363
364SOURCE=..\..\..\include\kernel_cfg.h
365# End Source File
366# Begin Source File
367
368SOURCE=..\..\..\include\kernel_debug.h
369# End Source File
370# Begin Source File
371
372SOURCE=..\..\..\include\linux_sigio.h
373# End Source File
374# Begin Source File
375
376SOURCE=..\..\..\include\logtask.h
377# End Source File
378# Begin Source File
379
380SOURCE=..\..\..\include\s_services.h
381# End Source File
382# Begin Source File
383
384SOURCE=..\..\..\include\serial.h
385# End Source File
386# Begin Source File
387
388SOURCE=..\..\..\include\sil.h
389# End Source File
390# Begin Source File
391
392SOURCE=..\..\..\include\t_config.h
393# End Source File
394# Begin Source File
395
396SOURCE=..\..\..\include\t_services.h
397# End Source File
398# Begin Source File
399
400SOURCE=..\..\..\include\t_stddef.h
401# End Source File
402# Begin Source File
403
404SOURCE=..\..\..\include\t_syslog.h
405# End Source File
406# Begin Source File
407
408SOURCE=..\..\..\include\timer.h
409# End Source File
410# End Group
411# Begin Group "systask"
412
413# PROP Default_Filter ""
414# Begin Source File
415
416SOURCE=..\..\..\systask\logtask.c
417# End Source File
418# Begin Source File
419
420SOURCE=..\..\..\systask\serial.c
421# End Source File
422# Begin Source File
423
424SOURCE=..\..\..\systask\timer.c
425# End Source File
426# End Group
427# Begin Group "win32"
428
429# PROP Default_Filter ""
430# Begin Source File
431
432SOURCE=..\..\..\config\windows\api.h
433# End Source File
434# Begin Source File
435
436SOURCE=..\..\..\config\windows\com_support.cpp
437# End Source File
438# Begin Source File
439
440SOURCE=..\..\..\config\windows\com_support.h
441# End Source File
442# Begin Source File
443
444SOURCE=..\..\..\config\windows\constants.h
445# End Source File
446# Begin Source File
447
448SOURCE=..\..\..\config\windows\cpu_config.c
449# End Source File
450# Begin Source File
451
452SOURCE=..\..\..\config\windows\cpu_config.h
453# End Source File
454# Begin Source File
455
456SOURCE=..\..\..\config\windows\cpu_context.h
457# End Source File
458# Begin Source File
459
460SOURCE=..\..\..\config\windows\cpu_defs.c
461# End Source File
462# Begin Source File
463
464SOURCE=..\..\..\config\windows\cpu_defs.h
465# End Source File
466# Begin Source File
467
468SOURCE=..\..\..\config\windows\cpu_rename.h
469# End Source File
470# Begin Source File
471
472SOURCE=..\..\..\config\windows\cpu_unrename.h
473# End Source File
474# Begin Source File
475
476SOURCE=..\..\..\config\windows\debugout.c
477# End Source File
478# Begin Source File
479
480SOURCE=..\..\..\config\windows\debugout.h
481# End Source File
482# Begin Source File
483
484SOURCE=..\..\..\config\windows\device.h
485# End Source File
486# Begin Source File
487
488SOURCE=..\..\..\config\windows\eventlog.c
489# End Source File
490# Begin Source File
491
492SOURCE=..\..\..\config\windows\eventlog.h
493# End Source File
494# Begin Source File
495
496SOURCE=..\..\..\config\windows\hal_msg.h
497# End Source File
498# Begin Source File
499
500SOURCE=..\..\..\config\windows\hw_serial.c
501# End Source File
502# Begin Source File
503
504SOURCE=..\..\..\config\windows\hw_serial.h
505# End Source File
506# Begin Source File
507
508SOURCE=..\..\..\config\windows\hw_timer.c
509# End Source File
510# Begin Source File
511
512SOURCE=..\..\..\config\windows\hw_timer.h
513# End Source File
514# Begin Source File
515
516SOURCE=..\..\..\config\windows\messages.h
517# End Source File
518# Begin Source File
519
520SOURCE=..\..\..\config\windows\primary_thread.c
521# End Source File
522# Begin Source File
523
524SOURCE=..\..\..\config\windows\resource.h
525# End Source File
526# Begin Source File
527
528SOURCE=..\..\..\config\windows\sys_config.c
529# End Source File
530# Begin Source File
531
532SOURCE=..\..\..\config\windows\sys_config.h
533# End Source File
534# Begin Source File
535
536SOURCE=..\..\..\config\windows\sys_defs.h
537# End Source File
538# Begin Source File
539
540SOURCE=..\..\..\config\windows\sys_rename.h
541# End Source File
542# Begin Source File
543
544SOURCE=..\..\..\config\windows\sys_unrename.h
545# End Source File
546# Begin Source File
547
548SOURCE=..\..\..\config\windows\tool_config.h
549# End Source File
550# Begin Source File
551
552SOURCE=..\..\..\config\windows\tool_defs.h
553# End Source File
554# Begin Source File
555
556SOURCE=..\..\..\config\windows\vitron.h
557# End Source File
558# Begin Source File
559
560SOURCE=..\..\..\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
568SOURCE=..\..\..\library\log_output.c
569# End Source File
570# Begin Source File
571
572SOURCE=..\..\..\library\strerror.c
573# End Source File
574# Begin Source File
575
576SOURCE=..\..\..\library\t_perror.c
577# End Source File
578# Begin Source File
579
580SOURCE=..\..\..\library\vasyslog.c
581# End Source File
582# End Group
583# End Group
584# End Target
585# End Project
Note: See TracBrowser for help on using the repository browser.