OpenCores
URL https://opencores.org/ocsvn/scarm/scarm/trunk

Subversion Repositories scarm

[/] [scarm/] [branches/] [release_0_1/] [msvc6.0/] [scARM.dsp] - Blame information for rev 10

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 zhong
# Microsoft Developer Studio Project File - Name="scARM" - 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=scARM - 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 "scARM.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 "scARM.mak" CFG="scARM - Win32 Debug"
17
!MESSAGE
18
!MESSAGE Possible choices for configuration are:
19
!MESSAGE
20
!MESSAGE "scARM - Win32 Release" (based on "Win32 (x86) Console Application")
21
!MESSAGE "scARM - Win32 Debug" (based on "Win32 (x86) Console Application")
22
!MESSAGE
23
 
24
# Begin Project
25
# PROP AllowPerConfigDependencies 0
26
# PROP Scc_ProjName ""
27
# PROP Scc_LocalPath ""
28
CPP=cl.exe
29
RSC=rc.exe
30
 
31
!IF  "$(CFG)" == "scARM - Win32 Release"
32
 
33
# PROP BASE Use_MFC 0
34
# PROP BASE Use_Debug_Libraries 0
35
# PROP BASE Output_Dir "Release"
36
# PROP BASE Intermediate_Dir "Release"
37
# PROP BASE Target_Dir ""
38
# PROP Use_MFC 0
39
# PROP Use_Debug_Libraries 0
40
# PROP Output_Dir "Release"
41
# PROP Intermediate_Dir "Release"
42
# PROP Target_Dir ""
43
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
44
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45
# ADD BASE RSC /l 0x804 /d "NDEBUG"
46
# ADD RSC /l 0x804 /d "NDEBUG"
47
BSC32=bscmake.exe
48
# ADD BASE BSC32 /nologo
49
# ADD BSC32 /nologo
50
LINK32=link.exe
51
# 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 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
52
# 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 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
53
 
54
!ELSEIF  "$(CFG)" == "scARM - Win32 Debug"
55
 
56
# PROP BASE Use_MFC 0
57
# PROP BASE Use_Debug_Libraries 1
58
# PROP BASE Output_Dir "Debug"
59
# PROP BASE Intermediate_Dir "Debug"
60
# PROP BASE Target_Dir ""
61
# PROP Use_MFC 0
62
# PROP Use_Debug_Libraries 1
63
# PROP Output_Dir "Debug"
64
# PROP Intermediate_Dir "Debug"
65
# PROP Ignore_Export_Lib 0
66
# PROP Target_Dir ""
67
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
68
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "c:\systemc2.0\systemc-2.0\src" /I "c:\systemc2.0\systemc-2.0-MS2.0b3\src" /I "f:\cdrom1\scarm\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
69
# ADD BASE RSC /l 0x804 /d "_DEBUG"
70
# ADD RSC /l 0x809 /d "_DEBUG"
71
BSC32=bscmake.exe
72
# ADD BASE BSC32 /nologo
73
# SUBTRACT BSC32 /nologo
74
LINK32=link.exe
75
# 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 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
76
# 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 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
77
# SUBTRACT LINK32 /profile
78
 
79
!ENDIF
80
 
81
# Begin Target
82
 
83
# Name "scARM - Win32 Release"
84
# Name "scARM - Win32 Debug"
85
# Begin Group "Source Files"
86
 
87
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
88
# Begin Source File
89
 
90
SOURCE=..\src\main.cpp
91
# End Source File
92
# Begin Source File
93
 
94 5 zhong
SOURCE=..\src\scAddressRegister.cpp
95 2 zhong
# End Source File
96
# Begin Source File
97
 
98 5 zhong
SOURCE=..\src\scALU.cpp
99 2 zhong
# End Source File
100
# Begin Source File
101
 
102 5 zhong
SOURCE=..\src\scARMBranch1.cpp
103 2 zhong
# End Source File
104
# Begin Source File
105
 
106 5 zhong
SOURCE=..\src\scARMCore.cpp
107 2 zhong
# End Source File
108
# Begin Source File
109
 
110 5 zhong
SOURCE=..\src\scARMDPI.cpp
111 2 zhong
# End Source File
112
# Begin Source File
113
 
114 5 zhong
SOURCE=..\src\scARMInstruction.cpp
115 2 zhong
# End Source File
116
# Begin Source File
117
 
118 5 zhong
SOURCE=..\src\scARMLSI.cpp
119 2 zhong
# End Source File
120
# Begin Source File
121
 
122 5 zhong
SOURCE=..\src\scARMMCR.cpp
123 2 zhong
# End Source File
124
# Begin Source File
125
 
126 5 zhong
SOURCE=..\src\scARMMult.cpp
127 2 zhong
# End Source File
128
# Begin Source File
129
 
130 5 zhong
SOURCE=..\src\scARMSoC.cpp
131 2 zhong
# End Source File
132
# Begin Source File
133
 
134 5 zhong
SOURCE=..\src\scARMSWI.cpp
135 2 zhong
# End Source File
136
# Begin Source File
137
 
138 5 zhong
SOURCE=..\src\scARMSWP.cpp
139 2 zhong
# End Source File
140
# Begin Source File
141
 
142 5 zhong
SOURCE=..\src\scBarrelShifter.cpp
143 2 zhong
# End Source File
144
# Begin Source File
145
 
146 5 zhong
SOURCE=..\src\scBooth.cpp
147 2 zhong
# End Source File
148
# Begin Source File
149
 
150 5 zhong
SOURCE=..\src\scCache.cpp
151 2 zhong
# End Source File
152
# Begin Source File
153
 
154 5 zhong
SOURCE=..\src\scCPInstruction.cpp
155 2 zhong
# End Source File
156
# Begin Source File
157
 
158 5 zhong
SOURCE=..\src\scDecoder.cpp
159 2 zhong
# End Source File
160
# Begin Source File
161
 
162 5 zhong
SOURCE=..\src\scEX.cpp
163
# End Source File
164
# Begin Source File
165
 
166 2 zhong
SOURCE=..\src\scException.cpp
167
# End Source File
168
# Begin Source File
169
 
170 5 zhong
SOURCE=..\src\scID.cpp
171 2 zhong
# End Source File
172
# Begin Source File
173
 
174 5 zhong
SOURCE=..\src\scIF.cpp
175 2 zhong
# End Source File
176
# Begin Source File
177
 
178 5 zhong
SOURCE=..\src\scMCR.cpp
179 2 zhong
# End Source File
180
# Begin Source File
181
 
182 5 zhong
SOURCE=..\src\scMEM.cpp
183 2 zhong
# End Source File
184
# Begin Source File
185
 
186 5 zhong
SOURCE=..\src\scMemory.cpp
187 2 zhong
# End Source File
188
# Begin Source File
189
 
190 5 zhong
SOURCE=..\src\scMMU.cpp
191 2 zhong
# End Source File
192
# Begin Source File
193
 
194 5 zhong
SOURCE=..\src\scPCMux.cpp
195 2 zhong
# End Source File
196
# Begin Source File
197
 
198 5 zhong
SOURCE=..\src\scRegisterFile.cpp
199 2 zhong
# End Source File
200
# Begin Source File
201
 
202 5 zhong
SOURCE=..\src\scUART.cpp
203 2 zhong
# End Source File
204 5 zhong
# Begin Source File
205
 
206
SOURCE=..\src\scUnUsedInstruction.cpp
207
# End Source File
208
# Begin Source File
209
 
210
SOURCE=..\src\scWB.cpp
211
# End Source File
212 2 zhong
# End Group
213
# Begin Group "Header Files"
214
 
215
# PROP Default_Filter "h;hpp;hxx;hm;inl"
216
# Begin Source File
217
 
218
SOURCE=..\src\main.h
219
# End Source File
220
# Begin Source File
221
 
222 5 zhong
SOURCE=..\src\scAddressRegister.h
223 2 zhong
# End Source File
224
# Begin Source File
225
 
226 5 zhong
SOURCE=..\src\scALU.h
227 2 zhong
# End Source File
228
# Begin Source File
229
 
230 5 zhong
SOURCE=..\src\scARMBranch1.h
231 2 zhong
# End Source File
232
# Begin Source File
233
 
234 5 zhong
SOURCE=..\src\scARMCore.h
235 2 zhong
# End Source File
236
# Begin Source File
237
 
238 5 zhong
SOURCE=..\src\scARMDPI.h
239 2 zhong
# End Source File
240
# Begin Source File
241
 
242 5 zhong
SOURCE=..\src\scARMInstruction.h
243 2 zhong
# End Source File
244
# Begin Source File
245
 
246 5 zhong
SOURCE=..\src\scARMLSI.h
247 2 zhong
# End Source File
248
# Begin Source File
249
 
250 5 zhong
SOURCE=..\src\scARMMCR.h
251 2 zhong
# End Source File
252
# Begin Source File
253
 
254 5 zhong
SOURCE=..\src\scARMMult.h
255 2 zhong
# End Source File
256
# Begin Source File
257
 
258 5 zhong
SOURCE=..\src\scARMSoC.h
259 2 zhong
# End Source File
260
# Begin Source File
261
 
262 5 zhong
SOURCE=..\src\scARMSWI.h
263 2 zhong
# End Source File
264
# Begin Source File
265
 
266 5 zhong
SOURCE=..\src\scARMSWP.h
267 2 zhong
# End Source File
268
# Begin Source File
269
 
270 5 zhong
SOURCE=..\src\scBarrelShifter.h
271 2 zhong
# End Source File
272
# Begin Source File
273
 
274 5 zhong
SOURCE=..\src\scBooth.h
275 2 zhong
# End Source File
276
# Begin Source File
277
 
278 5 zhong
SOURCE=..\src\scCache.h
279 2 zhong
# End Source File
280
# Begin Source File
281
 
282 5 zhong
SOURCE=..\src\scCPInstruction.h
283 2 zhong
# End Source File
284
# Begin Source File
285
 
286 5 zhong
SOURCE=..\src\scDecoder.h
287 2 zhong
# End Source File
288
# Begin Source File
289
 
290 5 zhong
SOURCE=..\src\scEX.h
291 2 zhong
# End Source File
292
# Begin Source File
293
 
294
SOURCE=..\src\scException.h
295
# End Source File
296
# Begin Source File
297
 
298 5 zhong
SOURCE=..\src\scID.h
299 2 zhong
# End Source File
300
# Begin Source File
301
 
302 5 zhong
SOURCE=..\src\scIF.h
303 2 zhong
# End Source File
304
# Begin Source File
305
 
306 5 zhong
SOURCE=..\src\scMCR.h
307 2 zhong
# End Source File
308
# Begin Source File
309
 
310 5 zhong
SOURCE=..\src\scMEM.h
311 2 zhong
# End Source File
312
# Begin Source File
313
 
314 5 zhong
SOURCE=..\src\scMemory.h
315 2 zhong
# End Source File
316
# Begin Source File
317
 
318 5 zhong
SOURCE=..\src\scMMU.h
319 2 zhong
# End Source File
320
# Begin Source File
321
 
322 5 zhong
SOURCE=..\src\scPCMux.h
323 2 zhong
# End Source File
324
# Begin Source File
325
 
326 5 zhong
SOURCE=..\src\scRegisterFile.h
327
# End Source File
328
# Begin Source File
329
 
330 2 zhong
SOURCE=..\src\scTypes.h
331
# End Source File
332
# Begin Source File
333
 
334 5 zhong
SOURCE=..\src\scUART.h
335 2 zhong
# End Source File
336
# Begin Source File
337
 
338 5 zhong
SOURCE=..\src\scUnUsedInstruction.h
339 2 zhong
# End Source File
340
# Begin Source File
341
 
342 5 zhong
SOURCE=..\src\scWB.h
343 2 zhong
# End Source File
344 5 zhong
# Begin Source File
345
 
346
SOURCE=..\src\Vectors.h
347
# End Source File
348 2 zhong
# End Group
349
# Begin Group "Resource Files"
350
 
351
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
352
# End Group
353
# Begin Source File
354
 
355
SOURCE="C:\SystemC2.0\systemc-2.0\msvc60\systemc\Debug\systemc.lib"
356
# End Source File
357
# Begin Source File
358
 
359
SOURCE="C:\SystemC2.0\systemc-2.0-MS2.0b3\msvc60\sc_ms\Debug\sc_ms.lib"
360
# End Source File
361
# End Target
362
# End Project

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.