[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 22 - (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 :     # ** NICHT BEARBEITEN **
4 :    
5 :     # TARGTYPE "Win32 (x86) Static Library" 0x0104
6 :    
7 :     CFG=core - Win32 Debug
8 :     !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
9 :     !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
10 :     !MESSAGE
11 :     !MESSAGE NMAKE /f "core.mak".
12 :     !MESSAGE
13 :     !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
14 :     !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
15 :     !MESSAGE
16 :     !MESSAGE NMAKE /f "core.mak" CFG="core - Win32 Debug"
17 :     !MESSAGE
18 :     !MESSAGE Für die Konfiguration stehen zur Auswahl:
19 :     !MESSAGE
20 :     !MESSAGE "core - Win32 Release" (basierend auf "Win32 (x86) Static Library")
21 :     !MESSAGE "core - Win32 Debug" (basierend auf "Win32 (x86) Static Library")
22 :     !MESSAGE
23 :    
24 :     # Begin Project
25 :     # PROP AllowPerConfigDependencies 0
26 :     # PROP Scc_ProjName ""
27 :     # PROP Scc_LocalPath ""
28 :     CPP=xicl6.exe
29 :     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 :     # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "ARCH_X86" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
45 :     # 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 :     LIB32=xilink6.exe -lib
51 :     # 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 :     LIB32=xilink6.exe -lib
74 :     # 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 :     # Begin Source File
138 :    
139 :     SOURCE=..\..\src\bitstream\bitstream.c
140 :     # End Source File
141 :     # Begin Source File
142 :    
143 :     SOURCE=..\..\src\bitstream\cbp.c
144 :     # End Source File
145 :     # Begin Source File
146 :    
147 :     SOURCE=..\..\src\bitstream\mbcoding.c
148 :     # End Source File
149 :     # End Group
150 :     # Begin Group "dct"
151 :    
152 :     # PROP Default_Filter ""
153 :     # Begin Group "dct_asm"
154 :    
155 :     # PROP Default_Filter ""
156 :     # Begin Source File
157 :    
158 :     SOURCE=..\..\src\dct\x86_asm\fdct_mmx.asm
159 :    
160 :     !IF "$(CFG)" == "core - Win32 Release"
161 :    
162 :     # Begin Custom Build - Assembling $(InputPath)
163 :     IntDir=.\Release
164 :     InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
165 :     InputName=fdct_mmx
166 :    
167 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
168 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
169 :    
170 :     # End Custom Build
171 :    
172 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
173 :    
174 :     # Begin Custom Build - Assembling $(InputPath)
175 :     IntDir=.\Debug
176 :     InputPath=..\..\src\dct\x86_asm\fdct_mmx.asm
177 :     InputName=fdct_mmx
178 :    
179 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
180 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
181 :    
182 :     # End Custom Build
183 :    
184 :     !ENDIF
185 :    
186 :     # End Source File
187 :     # Begin Source File
188 :    
189 :     SOURCE=..\..\src\dct\x86_asm\idct_mmx.asm
190 :    
191 :     !IF "$(CFG)" == "core - Win32 Release"
192 :    
193 :     # Begin Custom Build - Assembling $(InputPath)
194 :     IntDir=.\Release
195 :     InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
196 :     InputName=idct_mmx
197 :    
198 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
199 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
200 :    
201 :     # End Custom Build
202 :    
203 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
204 :    
205 :     # Begin Custom Build - Assembling $(InputPath)
206 :     IntDir=.\Debug
207 :     InputPath=..\..\src\dct\x86_asm\idct_mmx.asm
208 :     InputName=idct_mmx
209 :    
210 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
211 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
212 :    
213 :     # End Custom Build
214 :    
215 :     !ENDIF
216 :    
217 :     # End Source File
218 :     # End Group
219 :     # Begin Source File
220 :    
221 :     SOURCE=..\..\src\dct\fdct.c
222 :     # End Source File
223 :     # Begin Source File
224 :    
225 :     SOURCE=..\..\src\dct\idct.c
226 :     # End Source File
227 :     # End Group
228 :     # Begin Group "image"
229 :    
230 :     # PROP Default_Filter ""
231 :     # Begin Group "image_asm"
232 :    
233 :     # PROP Default_Filter ""
234 :     # Begin Source File
235 :    
236 :     SOURCE=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
237 :    
238 :     !IF "$(CFG)" == "core - Win32 Release"
239 :    
240 :     # Begin Custom Build - Assembling $(InputPath)
241 :     IntDir=.\Release
242 :     InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
243 :     InputName=interpolate8x8_mmx
244 :    
245 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
246 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
247 :    
248 :     # End Custom Build
249 :    
250 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
251 :    
252 :     # Begin Custom Build - Assembling $(InputPath)
253 :     IntDir=.\Debug
254 :     InputPath=..\..\src\image\x86_asm\interpolate8x8_mmx.asm
255 :     InputName=interpolate8x8_mmx
256 :    
257 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
258 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
259 :    
260 :     # End Custom Build
261 :    
262 :     !ENDIF
263 :    
264 :     # End Source File
265 :     # Begin Source File
266 :    
267 :     SOURCE=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
268 :    
269 :     !IF "$(CFG)" == "core - Win32 Release"
270 :    
271 :     # Begin Custom Build - Assembling $(InputPath)
272 :     IntDir=.\Release
273 :     InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
274 :     InputName=rgb_to_yv12_mmx
275 :    
276 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
277 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
278 :    
279 :     # End Custom Build
280 :    
281 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
282 :    
283 :     # Begin Custom Build - Assembling $(InputPath)
284 :     IntDir=.\Debug
285 :     InputPath=..\..\src\image\x86_asm\rgb_to_yv12_mmx.asm
286 :     InputName=rgb_to_yv12_mmx
287 :    
288 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
289 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
290 :    
291 :     # End Custom Build
292 :    
293 :     !ENDIF
294 :    
295 :     # End Source File
296 :     # Begin Source File
297 :    
298 :     SOURCE=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
299 :    
300 :     !IF "$(CFG)" == "core - Win32 Release"
301 :    
302 :     # Begin Custom Build - Assembling $(InputPath)
303 :     IntDir=.\Release
304 :     InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
305 :     InputName=yuv_to_yv12_mmx
306 :    
307 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
308 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
309 :    
310 :     # End Custom Build
311 :    
312 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
313 :    
314 :     # Begin Custom Build - Assembling $(InputPath)
315 :     IntDir=.\Debug
316 :     InputPath=..\..\src\image\x86_asm\yuv_to_yv12_mmx.asm
317 :     InputName=yuv_to_yv12_mmx
318 :    
319 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
320 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
321 :    
322 :     # End Custom Build
323 :    
324 :     !ENDIF
325 :    
326 :     # End Source File
327 :     # Begin Source File
328 :    
329 :     SOURCE=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
330 :    
331 :     !IF "$(CFG)" == "core - Win32 Release"
332 :    
333 :     # Begin Custom Build - Assembling $(InputPath)
334 :     IntDir=.\Release
335 :     InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
336 :     InputName=yuyv_to_yv12_mmx
337 :    
338 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
339 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
340 :    
341 :     # End Custom Build
342 :    
343 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
344 :    
345 :     # Begin Custom Build - Assembling $(InputPath)
346 :     IntDir=.\Debug
347 :     InputPath=..\..\src\image\x86_asm\yuyv_to_yv12_mmx.asm
348 :     InputName=yuyv_to_yv12_mmx
349 :    
350 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
351 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
352 :    
353 :     # End Custom Build
354 :    
355 :     !ENDIF
356 :    
357 :     # End Source File
358 :     # Begin Source File
359 :    
360 :     SOURCE=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
361 :    
362 :     !IF "$(CFG)" == "core - Win32 Release"
363 :    
364 :     # Begin Custom Build - Assembling $(InputPath)
365 :     IntDir=.\Release
366 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
367 :     InputName=yv12_to_rgb24_mmx
368 :    
369 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
370 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
371 :    
372 :     # End Custom Build
373 :    
374 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
375 :    
376 :     # Begin Custom Build - Assembling $(InputPath)
377 :     IntDir=.\Debug
378 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb24_mmx.asm
379 :     InputName=yv12_to_rgb24_mmx
380 :    
381 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
382 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
383 :    
384 :     # End Custom Build
385 :    
386 :     !ENDIF
387 :    
388 :     # End Source File
389 :     # Begin Source File
390 :    
391 :     SOURCE=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
392 :    
393 :     !IF "$(CFG)" == "core - Win32 Release"
394 :    
395 :     # Begin Custom Build - Assembling $(InputPath)
396 :     IntDir=.\Release
397 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
398 :     InputName=yv12_to_rgb32_mmx
399 :    
400 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
401 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
402 :    
403 :     # End Custom Build
404 :    
405 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
406 :    
407 :     # Begin Custom Build - Assembling $(InputPath)
408 :     IntDir=.\Debug
409 :     InputPath=..\..\src\image\x86_asm\yv12_to_rgb32_mmx.asm
410 :     InputName=yv12_to_rgb32_mmx
411 :    
412 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
413 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
414 :    
415 :     # End Custom Build
416 :    
417 :     !ENDIF
418 :    
419 :     # End Source File
420 :     # Begin Source File
421 :    
422 :     SOURCE=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
423 :    
424 :     !IF "$(CFG)" == "core - Win32 Release"
425 :    
426 :     # Begin Custom Build - Assembling $(InputPath)
427 :     IntDir=.\Release
428 :     InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
429 :     InputName=yv12_to_yuyv_mmx
430 :    
431 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
432 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
433 :    
434 :     # End Custom Build
435 :    
436 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
437 :    
438 :     # Begin Custom Build - Assembling $(InputPath)
439 :     IntDir=.\Debug
440 :     InputPath=..\..\src\image\x86_asm\yv12_to_yuyv_mmx.asm
441 :     InputName=yv12_to_yuyv_mmx
442 :    
443 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
444 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
445 :    
446 :     # End Custom Build
447 :    
448 :     !ENDIF
449 :    
450 :     # End Source File
451 :     # End Group
452 :     # Begin Source File
453 :    
454 :     SOURCE=..\..\src\image\colorspace.c
455 :     # End Source File
456 :     # Begin Source File
457 :    
458 :     SOURCE=..\..\src\image\image.c
459 :     # End Source File
460 :     # Begin Source File
461 :    
462 :     SOURCE=..\..\src\image\interpolate8x8.c
463 :     # End Source File
464 :     # End Group
465 :     # Begin Group "motion"
466 :    
467 :     # PROP Default_Filter ""
468 :     # Begin Group "motion_asm"
469 :    
470 :     # PROP Default_Filter ""
471 :     # Begin Source File
472 :    
473 :     SOURCE=..\..\src\motion\x86_asm\sad_mmx.asm
474 :    
475 :     !IF "$(CFG)" == "core - Win32 Release"
476 :    
477 :     # Begin Custom Build - Assembling $(InputPath)
478 :     IntDir=.\Release
479 :     InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
480 :     InputName=sad_mmx
481 :    
482 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
483 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
484 :    
485 :     # End Custom Build
486 :    
487 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
488 :    
489 :     # Begin Custom Build - Assembling $(InputPath)
490 :     IntDir=.\Debug
491 :     InputPath=..\..\src\motion\x86_asm\sad_mmx.asm
492 :     InputName=sad_mmx
493 :    
494 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
495 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
496 :    
497 :     # End Custom Build
498 :    
499 :     !ENDIF
500 :    
501 :     # End Source File
502 :     # End Group
503 :     # Begin Source File
504 :    
505 :     SOURCE=..\..\src\motion\motion_comp.c
506 :     # End Source File
507 :     # Begin Source File
508 :    
509 :     SOURCE=..\..\src\motion\motion_est.c
510 :     # End Source File
511 :     # Begin Source File
512 :    
513 :     SOURCE=..\..\src\motion\sad.c
514 :     # End Source File
515 :     # End Group
516 :     # Begin Group "prediction"
517 :    
518 :     # PROP Default_Filter ""
519 :     # Begin Source File
520 :    
521 :     SOURCE=..\..\src\prediction\mbprediction.c
522 :     # End Source File
523 :     # End Group
524 :     # Begin Group "quant"
525 :    
526 :     # PROP Default_Filter ""
527 :     # Begin Group "quant_asm"
528 :    
529 :     # PROP Default_Filter ""
530 :     # Begin Source File
531 :    
532 :     SOURCE=..\..\src\quant\x86_asm\quantize4_mmx.asm
533 :    
534 :     !IF "$(CFG)" == "core - Win32 Release"
535 :    
536 :     # Begin Custom Build - Assembling $(InputPath)
537 :     IntDir=.\Release
538 :     InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
539 :     InputName=quantize4_mmx
540 :    
541 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
542 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
543 :    
544 :     # End Custom Build
545 :    
546 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
547 :    
548 :     # Begin Custom Build
549 :     IntDir=.\Debug
550 :     InputPath=..\..\src\quant\x86_asm\quantize4_mmx.asm
551 :     InputName=quantize4_mmx
552 :    
553 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
554 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
555 :    
556 :     # End Custom Build
557 :    
558 :     !ENDIF
559 :    
560 :     # End Source File
561 :     # Begin Source File
562 :    
563 :     SOURCE=..\..\src\quant\x86_asm\quantize_mmx.asm
564 :    
565 :     !IF "$(CFG)" == "core - Win32 Release"
566 :    
567 :     # Begin Custom Build - Assembling $(InputPath)
568 :     IntDir=.\Release
569 :     InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
570 :     InputName=quantize_mmx
571 :    
572 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
573 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
574 :    
575 :     # End Custom Build
576 :    
577 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
578 :    
579 :     # Begin Custom Build
580 :     IntDir=.\Debug
581 :     InputPath=..\..\src\quant\x86_asm\quantize_mmx.asm
582 :     InputName=quantize_mmx
583 :    
584 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
585 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
586 :    
587 :     # End Custom Build
588 :    
589 :     !ENDIF
590 :    
591 :     # End Source File
592 :     # End Group
593 :     # Begin Source File
594 :    
595 :     SOURCE=..\..\src\quant\adapt_quant.c
596 :     # End Source File
597 :     # Begin Source File
598 :    
599 :     SOURCE=..\..\src\quant\quant_h263.c
600 :     # End Source File
601 :     # Begin Source File
602 :    
603 : Isibaar 22 SOURCE=..\..\src\quant\quant_matrix.c
604 :     # End Source File
605 :     # Begin Source File
606 :    
607 : Isibaar 3 SOURCE=..\..\src\quant\quant_mpeg4.c
608 :     # End Source File
609 :     # End Group
610 :     # Begin Group "utils"
611 :    
612 :     # PROP Default_Filter ""
613 :     # Begin Group "utils_asm"
614 :    
615 :     # PROP Default_Filter ""
616 :     # Begin Source File
617 :    
618 :     SOURCE=..\..\src\utils\x86_asm\cpuid.asm
619 :    
620 :     !IF "$(CFG)" == "core - Win32 Release"
621 :    
622 :     # Begin Custom Build - Assembling $(InputPath)
623 :     IntDir=.\Release
624 :     InputPath=..\..\src\utils\x86_asm\cpuid.asm
625 :     InputName=cpuid
626 :    
627 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
628 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
629 :    
630 :     # End Custom Build
631 :    
632 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
633 :    
634 :     # Begin Custom Build - Assembling $(InputPath)
635 :     IntDir=.\Debug
636 :     InputPath=..\..\src\utils\x86_asm\cpuid.asm
637 :     InputName=cpuid
638 :    
639 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
640 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
641 :    
642 :     # End Custom Build
643 :    
644 :     !ENDIF
645 :    
646 :     # End Source File
647 :     # Begin Source File
648 :    
649 :     SOURCE=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
650 :    
651 :     !IF "$(CFG)" == "core - Win32 Release"
652 :    
653 :     # Begin Custom Build - Assembling $(InputPath)
654 :     IntDir=.\Release
655 :     InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
656 :     InputName=mem_transfer_mmx
657 :    
658 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
659 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
660 :    
661 :     # End Custom Build
662 :    
663 :     !ELSEIF "$(CFG)" == "core - Win32 Debug"
664 :    
665 :     # Begin Custom Build - Assembling $(InputPath)
666 :     IntDir=.\Debug
667 :     InputPath=..\..\src\utils\x86_asm\mem_transfer_mmx.asm
668 :     InputName=mem_transfer_mmx
669 :    
670 :     "$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
671 :     nasm -f win32 -DPREFIX -o $(IntDir)\$(InputName).obj $(InputPath)
672 :    
673 :     # End Custom Build
674 :    
675 :     !ENDIF
676 :    
677 :     # End Source File
678 :     # End Group
679 :     # Begin Source File
680 :    
681 :     SOURCE=..\..\src\utils\emms.c
682 :     # End Source File
683 :     # Begin Source File
684 :    
685 :     SOURCE=..\..\src\utils\mbtransquant.c
686 :     # End Source File
687 :     # Begin Source File
688 :    
689 :     SOURCE=..\..\src\utils\mem_align.c
690 :     # End Source File
691 :     # Begin Source File
692 :    
693 :     SOURCE=..\..\src\utils\mem_transfer.c
694 :     # End Source File
695 :     # Begin Source File
696 :    
697 :     SOURCE=..\..\src\utils\ratecontrol.c
698 :     # End Source File
699 :     # Begin Source File
700 :    
701 :     SOURCE=..\..\src\utils\timer.c
702 :     # End Source File
703 :     # End Group
704 :     # Begin Source File
705 :    
706 :     SOURCE=..\..\src\decoder.c
707 :     # End Source File
708 :     # Begin Source File
709 :    
710 :     SOURCE=..\..\src\divx4.c
711 :     # End Source File
712 :     # Begin Source File
713 :    
714 :     SOURCE=..\..\src\encoder.c
715 :     # End Source File
716 :     # Begin Source File
717 :    
718 :     SOURCE=..\..\src\xvid.c
719 :     # End Source File
720 :     # End Target
721 :     # End Project

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