diff -Naur fheroes2-1878/trunk/fheroes2/src/Makefile fheroes2-1878-haiku/trunk/fheroes2/src/Makefile
|
old
|
new
|
|
| 7 | 7 | SDL_FLAGS := $(shell sdl-config --cflags) |
| 8 | 8 | |
| 9 | 9 | CFLAGS := $(CFLAGS) -Wall -fsigned-char |
| 10 | | LIBS := |
| | 10 | LIBS := -lintl -lpng -ljpeg |
| 11 | 11 | |
| 12 | 12 | ifdef DEBUG |
| 13 | 13 | CFLAGS := $(CFLAGS) -O0 -g -pedantic -DWITH_DEBUG |
diff -Naur fheroes2-1878/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp fheroes2-1878-haiku/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp
|
old
|
new
|
|
| 24 | 24 | #include <ctime> |
| 25 | 25 | #include <sstream> |
| 26 | 26 | #include <string> |
| | 27 | #include <unistd.h> |
| 27 | 28 | #include "dir.h" |
| 28 | 29 | #include "agg.h" |
| 29 | 30 | #include "button.h" |