diff -Nbaur fheroes2-1.0-svn/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp fheroes2-1.0-svn-haiku/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp
|
old
|
new
|
|
| 34 | 34 | #include "pocketpc.h" |
| 35 | 35 | #include "dialog.h" |
| 36 | 36 | |
| 37 | | #if defined __SYMBIAN32__ || defined(ANDROID) |
| | 37 | #if defined(__SYMBIAN32__) || defined(ANDROID) || defined(__HAIKU__) |
| 38 | 38 | #include <unistd.h> |
| 39 | 39 | #endif |
| 40 | 40 | |
diff -Nbaur fheroes2-1.0-svn/trunk/fheroes2/src/Makefile fheroes2-1.0-svn-haiku/trunk/fheroes2/src/Makefile
|
old
|
new
|
|
| 8 | 8 | |
| 9 | 9 | CFLAGS := $(CFLAGS) -Wall -fsigned-char |
| 10 | 10 | LDFLAGS := $(LDFLAGS) |
| 11 | | LIBS := |
| | 11 | LIBS := -lintl -liconv -lnetwork |
| 12 | 12 | |
| 13 | 13 | ifdef DEBUG |
| 14 | 14 | CFLAGS := $(CFLAGS) -O0 -g -pedantic -DWITH_DEBUG |