* Update Code::Blocks and MSVC project files to match the deletion of src/player.[ch] in r2847
* Update po/POTFILES.in to match the deletion of src/player.[ch] in r2847 git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2848 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
941ccb3c88
commit
9df7ace6a3
|
@ -142,7 +142,6 @@ src/scriptcb.c
|
|||
src/objmem.c
|
||||
src/loadsave.c
|
||||
src/target.c
|
||||
src/player.c
|
||||
src/bucket3d.c
|
||||
src/e3demo.c
|
||||
src/arrow.c
|
||||
|
|
|
@ -2400,19 +2400,6 @@
|
|||
<Option target="DBGWindows" />
|
||||
<Option target="NDBGWindows" />
|
||||
</Unit>
|
||||
<Unit filename="src/player.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="DBGUnix" />
|
||||
<Option target="NDBGUnix" />
|
||||
<Option target="DBGWindows" />
|
||||
<Option target="NDBGWindows" />
|
||||
</Unit>
|
||||
<Unit filename="src/player.h">
|
||||
<Option target="DBGUnix" />
|
||||
<Option target="NDBGUnix" />
|
||||
<Option target="DBGWindows" />
|
||||
<Option target="NDBGWindows" />
|
||||
</Unit>
|
||||
<Unit filename="src/power.c">
|
||||
<Option compilerVar="CC" />
|
||||
<Option target="DBGUnix" />
|
||||
|
|
|
@ -843,10 +843,6 @@
|
|||
RelativePath="..\src\order.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\player.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\power.c"
|
||||
>
|
||||
|
@ -1618,10 +1614,6 @@
|
|||
RelativePath="..\lib\framework\platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\player.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\sound\playlist.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue