Update MSVC project file for the removal of pcx.c and addition of png_util.[ch] and oggvorbis.[ch]
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1578 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
f64c7015f2
commit
b0f7797d93
|
@ -684,6 +684,10 @@
|
|||
RelativePath="..\src\objmem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\sound\oggvorbis.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\sound\openal_track.c"
|
||||
>
|
||||
|
@ -700,10 +704,6 @@
|
|||
RelativePath="..\src\order.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\ivis_common\pcx.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\ivis_opengl\pieblitfunc.c"
|
||||
>
|
||||
|
@ -770,6 +770,10 @@
|
|||
RelativePath="..\lib\sound\playlist.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\ivis_common\png_util.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\power.c"
|
||||
>
|
||||
|
@ -1532,6 +1536,10 @@
|
|||
RelativePath="..\src\objmem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\sound\oggvorbis.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\oprint.h"
|
||||
>
|
||||
|
@ -1608,6 +1616,10 @@
|
|||
RelativePath="..\lib\sound\playlist.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\ivis_common\png_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\power.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue