* Update Code::Blocks and MSVC projects to removal of lib/netplay/netcrypt.c in r1953
* Remove lib/netplay/netcrypt.c from the list of files to extract translatable strings from for gettext git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1954 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d3271aa386
commit
39db2bef4b
|
@ -29,7 +29,6 @@ lib/gamelib/animobj.c
|
|||
lib/netplay/netplay.c
|
||||
lib/netplay/netjoin_stub.c
|
||||
lib/netplay/netlog.c
|
||||
lib/netplay/netcrypt.c
|
||||
lib/ivis_opengl/piepalette.c
|
||||
lib/ivis_opengl/textdraw.c
|
||||
lib/ivis_opengl/ivi.c
|
||||
|
|
|
@ -242,9 +242,6 @@
|
|||
<Unit filename="lib/ivis_opengl/textdraw.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="lib/netplay/netcrypt.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="lib/netplay/netjoin_stub.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
|
|
|
@ -393,10 +393,6 @@
|
|||
<Filter
|
||||
Name="netplay"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\lib\netplay\netcrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\netplay\netjoin_stub.c"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue