mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 11:30:51 +00:00
Fix compilation on OS X. How is this working elsewhere?
This commit is contained in:
parent
fee655c15f
commit
b529282159
2 changed files with 5 additions and 1 deletions
|
@ -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 );
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue