[svn] / trunk / xvidcore / build / win32 / core.dsp Repository:
ViewVC logotype

Annotation of /trunk/xvidcore/build/win32/core.dsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (view) (download)

1 : Isibaar 3 # Microsoft Developer Studio Project File - Name="core" - Package Owner=<4>
2 :     # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 : h 33 # ** DO NOT EDIT **
4 : Isibaar 3
5 :     # TARGTYPE "Win32 (x86) Static Library" 0x0104
6 :    
7 :     CFG=core - Win32 Debug
8 : h 33 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 :     !MESSAGE use the Export Makefile command and run
10 : Isibaar 3 !MESSAGE
11 :     !MESSAGE NMAKE /f "core.mak".
12 :     !MESSAGE
13 : h 33 !MESSAGE You can specify a configuration when running NMAKE
14 :     !MESSAGE by defining the macro CFG on the command line. For example:
15 : Isibaar 3 !MESSAGE
16 :     !MESSAGE NMAKE /f "core.mak" CFG="core - Win32 Debug"
17 :     !MESSAGE
18 : h 33 !MESSAGE Possible choices for configuration are:
19 : Isibaar 3 !MESSAGE
20 : h 33 !MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")
21 :     !MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")
22 : Isibaar 3 !MESSAGE
23 :    
24 :     # Begin Project
25 :     # PROP AllowPerConfigDependencies 0
26 :     # PROP Scc_ProjName ""
27 :     # PROP Scc_LocalPath ""
28 : suxen_drol 68 CPP=cl.exe
29 : Isibaar 3 RSC=rc.exe
30 :    
31 :     !IF "$(CFG)" == "core - 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 "_MBCS" /D "_LIB" /YX /FD /c
44 : h 33 # ADD CPP /nologo /W3 /GX /O2 /Ob2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
45 : Isibaar 3 # ADD BASE RSC /l 0xc09 /d "NDEBUG"
46 :     # ADD RSC /l 0xc09 /d "NDEBUG"
47 :     BSC32=bscmake.exe
48 :     # ADD BASE BSC32 /nologo
49 :     # ADD BSC32 /nologo
50 : suxen_drol 68 LIB32=link.exe -lib
51 : Isibaar 3 # ADD BASE LIB32 /nologo
52 :     # ADD LIB32 /nologo /out:"bin\core.lib"
53 :    
54 :     !ELSEIF "$(CFG)" == "core - 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 Target_Dir ""
66 :     # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
67 :     # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68 :     # ADD BASE RSC /l 0xc09 /d "_DEBUG"
69 :     # ADD RSC /l 0xc09 /d "_DEBUG"
70 :     BSC32=bscmake.exe
71 :     # ADD BASE BSC32 /nologo
72 :     # ADD BSC32 /nologo
73 : suxen_drol 68 LIB32=link.exe -lib
74 : Isibaar 3 # ADD BASE LIB32 /nologo
75 :     # ADD LIB32 /nologo /out:"bin\core.lib"
76 :    
77 :     !ENDIF
78 :    
79 :     # Begin Target
80 :    
81 :     # Name "core - Win32 Release"
82 :     # Name "core - Win32 Debug"
83 :     # Begin Group "docs"
84 :    
85 :     # PROP Default_Filter ""
86 :     # Begin Source File
87 :    
88 :     SOURCE=..\..\authors.txt
89 :     # End Source File
90 :     # Begin Source File
91 :    
92 :     SOURCE=..\..\gpl.txt
93 :     # End Source File
94 :     # Begin Source File
95 :    
96 :     SOURCE=..\..\todo.txt
97 :     # End Source File
98 :     # End Group
99 :     # Begin Group "bitstream"
100 :    
101 :     # PROP Default_Filter ""
102 :     # Begin Group "bitstream_asm"
103 :    
104 :     # PROP Default_Filter ""
105 :     # Begin Source File
106 :    
107 :     SOURCE=..\..\src\bitstream\x86_asm\cbp_mmx.asm
108 :    
109 :     !IF "$(CFG)" == "core - Win32 Release"
110 :    
111 :     # Begin Custom Build - Assembling $(InputPath)
112 :     IntDir=.\Release
113 :     InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
114 :     InputName=cbp_mmx
115 :    
116 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
117 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
118 :    
119 :     # End Custom Build
120 :    
121 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
122 :    
123 :     # Begin Custom Build - Assembling $(InputPath)
124 :     IntDir=.\Debug
125 :     InputPath=..\..\src\bitstream\x86_asm\cbp_mmx.asm
126 :     InputName=cbp_mmx
127 :    
128 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
129 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
130 :    
131 :     # End Custom Build
132 :    
133 :     !ENDIF
134 :    
135 :     # End Source File
136 :     # End Group
137 : suxen_drol 68 # Begin Group "bitstream_h"
138 :    
139 :     # PROP Default_Filter ""
140 : Isibaar 3 # Begin Source File
141 :    
142 : suxen_drol 68 SOURCE=..\..\src\bitstream\bitstream.h
143 :     # End Source File
144 :     # Begin Source File
145 :    
146 :     SOURCE=..\..\src\bitstream\cbp.h
147 :     # End Source File
148 :     # Begin Source File
149 :    
150 :     SOURCE=..\..\src\bitstream\mbcoding.h
151 :     # End Source File
152 :     # Begin Source File
153 :    
154 :     SOURCE=..\..\src\bitstream\vlc_codes.h
155 :     # End Source File
156 :     # Begin Source File
157 :    
158 :     SOURCE=..\..\src\bitstream\zigzag.h
159 :     # End Source File
160 :     # End Group
161 :     # Begin Source File
162 :    
163 : Isibaar 3 SOURCE=..\..\src\bitstream\bitstream.c
164 :     # End Source File
165 :     # Begin Source File
166 :    
167 :     SOURCE=..\..\src\bitstream\cbp.c
168 :     # End Source File
169 :     # Begin Source File
170 :    
171 :     SOURCE=..\..\src\bitstream\mbcoding.c
172 :     # End Source File
173 :     # End Group
174 :     # Begin Group "dct"
175 :    
176 :     # PROP Default_Filter ""
177 :     # Begin Group "dct_asm"
178 :    
179 :     # PROP Default_Filter ""
180 :     # Begin Source File
181 :    
182 :     SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm
183 :    
184 :     !IF "$(CFG)" == "core - Win32 Release"
185 :    
186 :     # Begin Custom Build - Assembling $(InputPath)
187 :     IntDir=.\Release
188 :     InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
189 :     InputName=fdct_mmx
190 :    
191 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
192 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
193 :    
194 :     # End Custom Build
195 :    
196 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
197 :    
198 :     # Begin Custom Build - Assembling $(InputPath)
199 :     IntDir=.\Debug
200 :     InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
201 :     InputName=fdct_mmx
202 :    
203 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
204 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
205 :    
206 :     # End Custom Build
207 :    
208 :     !ENDIF
209 :    
210 :     # End Source File
211 :     # Begin Source File
212 :    
213 :     SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
214 :    
215 :     !IF "$(CFG)" == "core - Win32 Release"
216 :    
217 :     # Begin Custom Build - Assembling $(InputPath)
218 :     IntDir=.\Release
219 :     InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
220 :     InputName=idct_mmx
221 :    
222 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
223 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
224 :    
225 :     # End Custom Build
226 :    
227 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
228 :    
229 :     # Begin Custom Build - Assembling $(InputPath)
230 :     IntDir=.\Debug
231 :     InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
232 :     InputName=idct_mmx
233 :    
234 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
235 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
236 :    
237 :     # End Custom Build
238 :    
239 :     !ENDIF
240 :    
241 :     # End Source File
242 :     # End Group
243 : suxen_drol 68 # Begin Group "dct_h"
244 :    
245 :     # PROP Default_Filter ""
246 : Isibaar 3 # Begin Source File
247 :    
248 : suxen_drol 68 SOURCE=..\..\src\dct\fdct.h
249 :     # End Source File
250 :     # Begin Source File
251 :    
252 :     SOURCE=..\..\src\dct\idct.h
253 :     # End Source File
254 :     # End Group
255 :     # Begin Source File
256 :    
257 : Isibaar 3 SOURCE=..\..\src\dct\fdct.c
258 :     # End Source File
259 :     # Begin Source File
260 :    
261 :     SOURCE=..\..\src\dct\idct.c
262 :     # End Source File
263 :     # End Group
264 :     # Begin Group "image"
265 :    
266 :     # PROP Default_Filter ""
267 :     # Begin Group "image_asm"
268 :    
269 :     # PROP Default_Filter ""
270 :     # Begin Source File
271 :    
272 :     SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
273 :    
274 :     !IF "$(CFG)" == "core - Win32 Release"
275 :    
276 :     # Begin Custom Build - Assembling $(InputPath)
277 :     IntDir=.\Release
278 :     InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
279 :     InputName=interpolate8x8_mmx
280 :    
281 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
282 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
283 :    
284 :     # End Custom Build
285 :    
286 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
287 :    
288 :     # Begin Custom Build - Assembling $(InputPath)
289 :     IntDir=.\Debug
290 :     InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
291 :     InputName=interpolate8x8_mmx
292 :    
293 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
294 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
295 :    
296 :     # End Custom Build
297 :    
298 :     !ENDIF
299 :    
300 :     # End Source File
301 :     # Begin Source File
302 :    
303 :     SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
304 :    
305 :     !IF "$(CFG)" == "core - Win32 Release"
306 :    
307 :     # Begin Custom Build - Assembling $(InputPath)
308 :     IntDir=.\Release
309 :     InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
310 :     InputName=rgb_to_yv12_mmx
311 :    
312 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
313 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
314 :    
315 :     # End Custom Build
316 :    
317 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
318 :    
319 :     # Begin Custom Build - Assembling $(InputPath)
320 :     IntDir=.\Debug
321 :     InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
322 :     InputName=rgb_to_yv12_mmx
323 :    
324 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
325 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
326 :    
327 :     # End Custom Build
328 :    
329 :     !ENDIF
330 :    
331 :     # End Source File
332 :     # Begin Source File
333 :    
334 :     SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
335 :    
336 :     !IF "$(CFG)" == "core - Win32 Release"
337 :    
338 :     # Begin Custom Build - Assembling $(InputPath)
339 :     IntDir=.\Release
340 :     InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
341 :     InputName=yuv_to_yv12_mmx
342 :    
343 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
344 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
345 :    
346 :     # End Custom Build
347 :    
348 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
349 :    
350 :     # Begin Custom Build - Assembling $(InputPath)
351 :     IntDir=.\Debug
352 :     InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
353 :     InputName=yuv_to_yv12_mmx
354 :    
355 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
356 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
357 :    
358 :     # End Custom Build
359 :    
360 :     !ENDIF
361 :    
362 :     # End Source File
363 :     # Begin Source File
364 :    
365 :     SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
366 :    
367 :     !IF "$(CFG)" == "core - Win32 Release"
368 :    
369 :     # Begin Custom Build - Assembling $(InputPath)
370 :     IntDir=.\Release
371 :     InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
372 :     InputName=yuyv_to_yv12_mmx
373 :    
374 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
375 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
376 :    
377 :     # End Custom Build
378 :    
379 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
380 :    
381 :     # Begin Custom Build - Assembling $(InputPath)
382 :     IntDir=.\Debug
383 :     InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
384 :     InputName=yuyv_to_yv12_mmx
385 :    
386 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
387 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
388 :    
389 :     # End Custom Build
390 :    
391 :     !ENDIF
392 :    
393 :     # End Source File
394 :     # Begin Source File
395 :    
396 :     SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
397 :    
398 :     !IF "$(CFG)" == "core - Win32 Release"
399 :    
400 :     # Begin Custom Build - Assembling $(InputPath)
401 :     IntDir=.\Release
402 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
403 :     InputName=yv12_to_rgb24_mmx
404 :    
405 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
406 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
407 :    
408 :     # End Custom Build
409 :    
410 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
411 :    
412 :     # Begin Custom Build - Assembling $(InputPath)
413 :     IntDir=.\Debug
414 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
415 :     InputName=yv12_to_rgb24_mmx
416 :    
417 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
418 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
419 :    
420 :     # End Custom Build
421 :    
422 :     !ENDIF
423 :    
424 :     # End Source File
425 :     # Begin Source File
426 :    
427 :     SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
428 :    
429 :     !IF "$(CFG)" == "core - Win32 Release"
430 :    
431 :     # Begin Custom Build - Assembling $(InputPath)
432 :     IntDir=.\Release
433 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
434 :     InputName=yv12_to_rgb32_mmx
435 :    
436 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
437 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
438 :    
439 :     # End Custom Build
440 :    
441 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
442 :    
443 :     # Begin Custom Build - Assembling $(InputPath)
444 :     IntDir=.\Debug
445 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
446 :     InputName=yv12_to_rgb32_mmx
447 :    
448 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
449 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
450 :    
451 :     # End Custom Build
452 :    
453 :     !ENDIF
454 :    
455 :     # End Source File
456 :     # Begin Source File
457 :    
458 :     SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
459 :    
460 :     !IF "$(CFG)" == "core - Win32 Release"
461 :    
462 :     # Begin Custom Build - Assembling $(InputPath)
463 :     IntDir=.\Release
464 :     InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
465 :     InputName=yv12_to_yuyv_mmx
466 :    
467 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
468 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
469 :    
470 :     # End Custom Build
471 :    
472 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
473 :    
474 :     # Begin Custom Build - Assembling $(InputPath)
475 :     IntDir=.\Debug
476 :     InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
477 :     InputName=yv12_to_yuyv_mmx
478 :    
479 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
480 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
481 :    
482 :     # End Custom Build
483 :    
484 :     !ENDIF
485 :    
486 :     # End Source File
487 :     # End Group
488 : suxen_drol 68 # Begin Group "image_h"
489 :    
490 :     # PROP Default_Filter ""
491 : Isibaar 3 # Begin Source File
492 :    
493 : suxen_drol 68 SOURCE=..\..\src\image\colorspace.h
494 :     # End Source File
495 :     # Begin Source File
496 :    
497 :     SOURCE=..\..\src\image\image.h
498 :     # End Source File
499 :     # Begin Source File
500 :    
501 :     SOURCE=..\..\src\image\interpolate8x8.h
502 :     # End Source File
503 :     # End Group
504 :     # Begin Source File
505 :    
506 : Isibaar 3 SOURCE=..\..\src\image\colorspace.c
507 :     # End Source File
508 :     # Begin Source File
509 :    
510 :     SOURCE=..\..\src\image\image.c
511 :     # End Source File
512 :     # Begin Source File
513 :    
514 :     SOURCE=..\..\src\image\interpolate8x8.c
515 :     # End Source File
516 :     # End Group
517 :     # Begin Group "motion"
518 :    
519 :     # PROP Default_Filter ""
520 :     # Begin Group "motion_asm"
521 :    
522 :     # PROP Default_Filter ""
523 :     # Begin Source File
524 :    
525 :     SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
526 :    
527 :     !IF "$(CFG)" == "core - Win32 Release"
528 :    
529 :     # Begin Custom Build - Assembling $(InputPath)
530 :     IntDir=.\Release
531 :     InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
532 :     InputName=sad_mmx
533 :    
534 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
535 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
536 :    
537 :     # End Custom Build
538 :    
539 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
540 :    
541 :     # Begin Custom Build - Assembling $(InputPath)
542 :     IntDir=.\Debug
543 :     InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
544 :     InputName=sad_mmx
545 :    
546 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
547 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
548 :    
549 :     # End Custom Build
550 :    
551 :     !ENDIF
552 :    
553 :     # End Source File
554 :     # End Group
555 : suxen_drol 68 # Begin Group "motion_h"
556 :    
557 :     # PROP Default_Filter ""
558 : Isibaar 3 # Begin Source File
559 :    
560 : suxen_drol 68 SOURCE=..\..\src\motion\sad.h
561 :     # End Source File
562 :     # End Group
563 :     # Begin Source File
564 :    
565 : Isibaar 3 SOURCE=..\..\src\motion\motion_comp.c
566 :     # End Source File
567 :     # Begin Source File
568 :    
569 :     SOURCE=..\..\src\motion\motion_est.c
570 :     # End Source File
571 :     # Begin Source File
572 :    
573 :     SOURCE=..\..\src\motion\sad.c
574 :     # End Source File
575 :     # End Group
576 :     # Begin Group "prediction"
577 :    
578 :     # PROP Default_Filter ""
579 :     # Begin Source File
580 :    
581 :     SOURCE=..\..\src\prediction\mbprediction.c
582 :     # End Source File
583 : suxen_drol 68 # Begin Source File
584 :    
585 :     SOURCE=..\..\src\prediction\mbprediction.h
586 :     # End Source File
587 : Isibaar 3 # End Group
588 :     # Begin Group "quant"
589 :    
590 :     # PROP Default_Filter ""
591 :     # Begin Group "quant_asm"
592 :    
593 :     # PROP Default_Filter ""
594 :     # Begin Source File
595 :    
596 :     SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm
597 :    
598 :     !IF "$(CFG)" == "core - Win32 Release"
599 :    
600 :     # Begin Custom Build - Assembling $(InputPath)
601 :     IntDir=.\Release
602 :     InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
603 :     InputName=quantize4_mmx
604 :    
605 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
606 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
607 :    
608 :     # End Custom Build
609 :    
610 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
611 :    
612 :     # Begin Custom Build
613 :     IntDir=.\Debug
614 :     InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
615 :     InputName=quantize4_mmx
616 :    
617 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
618 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
619 :    
620 :     # End Custom Build
621 :    
622 :     !ENDIF
623 :    
624 :     # End Source File
625 :     # Begin Source File
626 :    
627 :     SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm
628 :    
629 :     !IF "$(CFG)" == "core - Win32 Release"
630 :    
631 :     # Begin Custom Build - Assembling $(InputPath)
632 :     IntDir=.\Release
633 :     InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
634 :     InputName=quantize_mmx
635 :    
636 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
637 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
638 :    
639 :     # End Custom Build
640 :    
641 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
642 :    
643 :     # Begin Custom Build
644 :     IntDir=.\Debug
645 :     InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
646 :     InputName=quantize_mmx
647 :    
648 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
649 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
650 :    
651 :     # End Custom Build
652 :    
653 :     !ENDIF
654 :    
655 :     # End Source File
656 :     # End Group
657 : suxen_drol 68 # Begin Group "quant_h"
658 :    
659 :     # PROP Default_Filter ""
660 : Isibaar 3 # Begin Source File
661 :    
662 : suxen_drol 68 SOURCE=..\..\src\quant\adapt_quant.h
663 :     # End Source File
664 :     # Begin Source File
665 :    
666 :     SOURCE=..\..\src\quant\quant_h263.h
667 :     # End Source File
668 :     # Begin Source File
669 :    
670 :     SOURCE=..\..\src\quant\quant_matrix.h
671 :     # End Source File
672 :     # Begin Source File
673 :    
674 :     SOURCE=..\..\src\quant\quant_mpeg4.h
675 :     # End Source File
676 :     # End Group
677 :     # Begin Source File
678 :    
679 : Isibaar 3 SOURCE=..\..\src\quant\adapt_quant.c
680 :     # End Source File
681 :     # Begin Source File
682 :    
683 :     SOURCE=..\..\src\quant\quant_h263.c
684 :     # End Source File
685 :     # Begin Source File
686 :    
687 : Isibaar 22 SOURCE=..\..\src\quant\quant_matrix.c
688 :     # End Source File
689 :     # Begin Source File
690 :    
691 : Isibaar 3 SOURCE=..\..\src\quant\quant_mpeg4.c
692 :     # End Source File
693 :     # End Group
694 :     # Begin Group "utils"
695 :    
696 :     # PROP Default_Filter ""
697 :     # Begin Group "utils_asm"
698 :    
699 :     # PROP Default_Filter ""
700 :     # Begin Source File
701 :    
702 :     SOURCE=..\..\src\utils\x86_asm\cpuid.asm
703 :    
704 :     !IF "$(CFG)" == "core - Win32 Release"
705 :    
706 :     # Begin Custom Build - Assembling $(InputPath)
707 :     IntDir=.\Release
708 :     InputPath=..\..\src\utils\x86_asm\cpuid.asm
709 :     InputName=cpuid
710 :    
711 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
712 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
713 :    
714 :     # End Custom Build
715 :    
716 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
717 :    
718 :     # Begin Custom Build - Assembling $(InputPath)
719 :     IntDir=.\Debug
720 :     InputPath=..\..\src\utils\x86_asm\cpuid.asm
721 :     InputName=cpuid
722 :    
723 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
724 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
725 :    
726 :     # End Custom Build
727 :    
728 :     !ENDIF
729 :    
730 :     # End Source File
731 :     # Begin Source File
732 :    
733 :     SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
734 :    
735 :     !IF "$(CFG)" == "core - Win32 Release"
736 :    
737 :     # Begin Custom Build - Assembling $(InputPath)
738 :     IntDir=.\Release
739 :     InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
740 :     InputName=mem_transfer_mmx
741 :    
742 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
743 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
744 :    
745 :     # End Custom Build
746 :    
747 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
748 :    
749 :     # Begin Custom Build - Assembling $(InputPath)
750 :     IntDir=.\Debug
751 :     InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
752 :     InputName=mem_transfer_mmx
753 :    
754 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
755 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
756 :    
757 :     # End Custom Build
758 :    
759 :     !ENDIF
760 :    
761 :     # End Source File
762 :     # End Group
763 : suxen_drol 68 # Begin Group "utils_h"
764 :    
765 :     # PROP Default_Filter ""
766 : Isibaar 3 # Begin Source File
767 :    
768 : suxen_drol 68 SOURCE=..\..\src\utils\emms.h
769 :     # End Source File
770 :     # Begin Source File
771 :    
772 :     SOURCE=..\..\src\utils\mbfunctions.h
773 :     # End Source File
774 :     # Begin Source File
775 :    
776 :     SOURCE=..\..\src\utils\mem_align.h
777 :     # End Source File
778 :     # Begin Source File
779 :    
780 :     SOURCE=..\..\src\utils\mem_transfer.h
781 :     # End Source File
782 :     # Begin Source File
783 :    
784 :     SOURCE=..\..\src\utils\ratecontrol.h
785 :     # End Source File
786 :     # Begin Source File
787 :    
788 :     SOURCE=..\..\src\utils\timer.h
789 :     # End Source File
790 :     # End Group
791 :     # Begin Source File
792 :    
793 : Isibaar 3 SOURCE=..\..\src\utils\emms.c
794 :     # End Source File
795 :     # Begin Source File
796 :    
797 :     SOURCE=..\..\src\utils\mbtransquant.c
798 :     # End Source File
799 :     # Begin Source File
800 :    
801 :     SOURCE=..\..\src\utils\mem_align.c
802 :     # End Source File
803 :     # Begin Source File
804 :    
805 :     SOURCE=..\..\src\utils\mem_transfer.c
806 :     # End Source File
807 :     # Begin Source File
808 :    
809 :     SOURCE=..\..\src\utils\ratecontrol.c
810 :     # End Source File
811 :     # Begin Source File
812 :    
813 :     SOURCE=..\..\src\utils\timer.c
814 :     # End Source File
815 :     # End Group
816 : suxen_drol 68 # Begin Group "xvidcore_h"
817 :    
818 :     # PROP Default_Filter ""
819 : Isibaar 3 # Begin Source File
820 :    
821 : suxen_drol 68 SOURCE=..\..\src\decoder.h
822 :     # End Source File
823 :     # Begin Source File
824 :    
825 :     SOURCE=..\..\src\divx4.h
826 :     # End Source File
827 :     # Begin Source File
828 :    
829 :     SOURCE=..\..\src\encoder.h
830 :     # End Source File
831 :     # Begin Source File
832 :    
833 :     SOURCE=..\..\src\global.h
834 :     # End Source File
835 :     # Begin Source File
836 :    
837 :     SOURCE=..\..\src\portab.h
838 :     # End Source File
839 :     # Begin Source File
840 :    
841 :     SOURCE=..\..\src\xvid.h
842 :     # End Source File
843 :     # End Group
844 :     # Begin Source File
845 :    
846 : Isibaar 3 SOURCE=..\..\src\decoder.c
847 :     # End Source File
848 :     # Begin Source File
849 :    
850 :     SOURCE=..\..\src\divx4.c
851 :     # End Source File
852 :     # Begin Source File
853 :    
854 :     SOURCE=..\..\src\encoder.c
855 :     # End Source File
856 :     # Begin Source File
857 :    
858 :     SOURCE=..\..\src\xvid.c
859 :     # End Source File
860 :     # End Target
861 :     # End Project

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4