Now compiles on Ubuntu 16.10

This commit is contained in:
sago007 2016-12-22 16:09:32 +01:00
parent d860894ca3
commit 01b8cae52e
2 changed files with 5 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void _pico_printf( int level, const char *format, ... );
char *_pico_stristr( char *str, const char *substr );
void _pico_unixify( char *path );
int _pico_nofname( const char *path, char *dest, int destSize );
char *_pico_nopath( const char *path );
const char *_pico_nopath( const char *path );
char *_pico_setfext( char *path, const char *ext );
int _pico_getline( char *buf, int bufsize, char *dest, int destsize );
char *_pico_strlwr( char *str );

View File

@ -192,6 +192,10 @@
RelativePath=".\pm_obj.c"
>
</File>
<File
RelativePath=".\pm_terrain.c"
>
</File>
<Filter
Name="lwo"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"