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

Subversion Repositories scarm

[/] [scarm/] [trunk/] [msvc6.0/] [scARM.dsp] - Blame information for rev 2

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
SOURCE=..\src\components\Registers\scAddressRegister.cpp
95
# End Source File
96
# Begin Source File
97
 
98
SOURCE=..\src\components\ALU\scALU.cpp
99
# End Source File
100
# Begin Source File
101
 
102
SOURCE=..\src\Instructions\scARMBranch.cpp
103
# End Source File
104
# Begin Source File
105
 
106
SOURCE=..\src\core\scARMCore.cpp
107
# End Source File
108
# Begin Source File
109
 
110
SOURCE=..\src\Instructions\scARMDPI.cpp
111
# End Source File
112
# Begin Source File
113
 
114
SOURCE=..\src\Instructions\scARMInstruction.cpp
115
# End Source File
116
# Begin Source File
117
 
118
SOURCE=..\src\Instructions\scARMLSI.cpp
119
# End Source File
120
# Begin Source File
121
 
122
SOURCE=..\src\Instructions\scARMMCR.cpp
123
# End Source File
124
# Begin Source File
125
 
126
SOURCE=..\src\Instructions\scARMMult.cpp
127
# End Source File
128
# Begin Source File
129
 
130
SOURCE=..\src\SoC\scARMSoC.cpp
131
# End Source File
132
# Begin Source File
133
 
134
SOURCE=..\src\Instructions\scARMSWP.cpp
135
# End Source File
136
# Begin Source File
137
 
138
SOURCE=..\src\components\barrelshifter\scBarrelShifter.cpp
139
# End Source File
140
# Begin Source File
141
 
142
SOURCE=..\src\components\booth\scBooth.cpp
143
# End Source File
144
# Begin Source File
145
 
146
SOURCE=..\src\components\cache\scCache.cpp
147
# End Source File
148
# Begin Source File
149
 
150
SOURCE=..\src\Instructions\scCPInstruction.cpp
151
# End Source File
152
# Begin Source File
153
 
154
SOURCE=..\src\components\decoder\scDecoder.cpp
155
# End Source File
156
# Begin Source File
157
 
158
SOURCE=..\src\pipeline\scEX.cpp
159
# End Source File
160
# Begin Source File
161
 
162
SOURCE=..\src\scException.cpp
163
# End Source File
164
# Begin Source File
165
 
166
SOURCE=..\src\pipeline\scID.cpp
167
# End Source File
168
# Begin Source File
169
 
170
SOURCE=..\src\pipeline\scIF.cpp
171
# End Source File
172
# Begin Source File
173
 
174
SOURCE=..\src\Instructions\scMCR.cpp
175
# End Source File
176
# Begin Source File
177
 
178
SOURCE=..\src\pipeline\scMEM.cpp
179
# End Source File
180
# Begin Source File
181
 
182
SOURCE=..\src\SoC\Mem\scMemory.cpp
183
# End Source File
184
# Begin Source File
185
 
186
SOURCE=..\src\components\mux\scPCMux.cpp
187
# End Source File
188
# Begin Source File
189
 
190
SOURCE=..\src\components\Registers\scRegisterFile.cpp
191
# End Source File
192
# Begin Source File
193
 
194
SOURCE=..\src\Instructions\scUnUsedInstruction.cpp
195
# End Source File
196
# Begin Source File
197
 
198
SOURCE=..\src\pipeline\scWB.cpp
199
# End Source File
200
# End Group
201
# Begin Group "Header Files"
202
 
203
# PROP Default_Filter "h;hpp;hxx;hm;inl"
204
# Begin Source File
205
 
206
SOURCE=..\src\main.h
207
# End Source File
208
# Begin Source File
209
 
210
SOURCE=..\src\components\Registers\scAddressRegister.h
211
# End Source File
212
# Begin Source File
213
 
214
SOURCE=..\src\components\ALU\scALU.h
215
# End Source File
216
# Begin Source File
217
 
218
SOURCE=..\src\Instructions\scARMBranch.h
219
# End Source File
220
# Begin Source File
221
 
222
SOURCE=..\src\core\scARMCore.h
223
# End Source File
224
# Begin Source File
225
 
226
SOURCE=..\src\Instructions\scARMDPI.h
227
# End Source File
228
# Begin Source File
229
 
230
SOURCE=..\src\Instructions\scARMInstruction.h
231
# End Source File
232
# Begin Source File
233
 
234
SOURCE=..\src\Instructions\scARMLSI.h
235
# End Source File
236
# Begin Source File
237
 
238
SOURCE=..\src\Instructions\scARMMCR.h
239
# End Source File
240
# Begin Source File
241
 
242
SOURCE=..\src\Instructions\scARMMult.h
243
# End Source File
244
# Begin Source File
245
 
246
SOURCE=..\src\SoC\scARMSoC.h
247
# End Source File
248
# Begin Source File
249
 
250
SOURCE=..\src\Instructions\scARMSWI.h
251
# End Source File
252
# Begin Source File
253
 
254
SOURCE=..\src\Instructions\scARMSWP.h
255
# End Source File
256
# Begin Source File
257
 
258
SOURCE=..\src\components\barrelshifter\scBarrelShifter.h
259
# End Source File
260
# Begin Source File
261
 
262
SOURCE=..\src\components\booth\scBooth.h
263
# End Source File
264
# Begin Source File
265
 
266
SOURCE=..\src\components\cache\scCache.h
267
# End Source File
268
# Begin Source File
269
 
270
SOURCE=..\src\Instructions\scCPInstruction.h
271
# End Source File
272
# Begin Source File
273
 
274
SOURCE=..\src\components\decoder\scDecoder.h
275
# End Source File
276
# Begin Source File
277
 
278
SOURCE=..\src\pipeline\scEX.h
279
# End Source File
280
# Begin Source File
281
 
282
SOURCE=..\src\scException.h
283
# End Source File
284
# Begin Source File
285
 
286
SOURCE=..\src\pipeline\scID.h
287
# End Source File
288
# Begin Source File
289
 
290
SOURCE=..\src\pipeline\scIF.h
291
# End Source File
292
# Begin Source File
293
 
294
SOURCE=..\src\Instructions\scMCR.h
295
# End Source File
296
# Begin Source File
297
 
298
SOURCE=..\src\pipeline\scMEM.h
299
# End Source File
300
# Begin Source File
301
 
302
SOURCE=..\src\SoC\Mem\scMemory.h
303
# End Source File
304
# Begin Source File
305
 
306
SOURCE=..\src\components\mux\scPCMux.h
307
# End Source File
308
# Begin Source File
309
 
310
SOURCE=..\src\components\Registers\scRegisterFile.h
311
# End Source File
312
# Begin Source File
313
 
314
SOURCE=..\src\scTypes.h
315
# End Source File
316
# Begin Source File
317
 
318
SOURCE=..\src\Instructions\scUnUsedInstruction.h
319
# End Source File
320
# Begin Source File
321
 
322
SOURCE=..\src\pipeline\scWB.h
323
# End Source File
324
# Begin Source File
325
 
326
SOURCE=..\src\core\Vectors.h
327
# End Source File
328
# End Group
329
# Begin Group "Resource Files"
330
 
331
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
332
# End Group
333
# Begin Source File
334
 
335
SOURCE="C:\SystemC2.0\systemc-2.0\msvc60\systemc\Debug\systemc.lib"
336
# End Source File
337
# Begin Source File
338
 
339
SOURCE="C:\SystemC2.0\systemc-2.0-MS2.0b3\msvc60\sc_ms\Debug\sc_ms.lib"
340
# End Source File
341
# End Target
342
# End Project

powered by: WebSVN 2.1.0

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