Change Details
ubb-la/Makefile |
12 | 12 | |
13 | 13 | CC = mipsel-openwrt-linux-gcc |
14 | 14 | CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include \ |
| 15 | $(if $(LIBUBB),-DBEN,) \ |
15 | 16 | $(shell sdl-config --cflags) |
16 | 17 | LDFLAGS = |
17 | 18 | #LDLIBS = -L../libubb -lubb -lm -lrt $(shell sdl-config --libs) -lSDL_gfx |
ubb-la/gui.c |
130 | 130 | } |
131 | 131 | |
132 | 132 | SDL_EnableKeyRepeat(REPEAT_DELAY_MS, REPEAT_INTERVAL_MS); |
| 133 | |
| 134 | #ifdef BEN |
| 135 | SDL_ShowCursor(SDL_DISABLE); |
| 136 | #endif |
133 | 137 | } |
134 | 138 | |
135 | 139 | |
Download the corresponding diff file