Skip to content

Commit

Permalink
* Add the new tr_image_*.c files to the quake3 MSVC project
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Priestley committed Feb 14, 2008
1 parent d91c5c9 commit 14fda56
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions misc/msvc/quake3.vcproj
Expand Up @@ -2441,6 +2441,10 @@
RelativePath="..\..\code\jpeg-6\jcapimin.c"
>
</File>
<File
RelativePath="..\..\code\jpeg-6\jcapistd.c"
>
</File>
<File
RelativePath="..\..\code\jpeg-6\jccoefct.c"
>
Expand Down Expand Up @@ -2893,6 +2897,26 @@
RelativePath="..\..\code\renderer\tr_image.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_image_bmp.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_image_jpg.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_image_pcx.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_image_png.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_image_tga.c"
>
</File>
<File
RelativePath="..\..\code\renderer\tr_init.c"
>
Expand Down

0 comments on commit 14fda56

Please sign in to comment.