mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2026-03-19 02:12:50 +01:00
compiling with a simple make and a make platform=funkey_simulated_editor now work again
This commit is contained in:
3
.depend
3
.depend
@@ -1,5 +1,4 @@
|
||||
menu.o: src/menu.c src/../include/constant.h src/../include/misc.h \
|
||||
src/../include/menu.h
|
||||
menu.o: src/menu.c
|
||||
player.o: src/player.c /usr/include/SDL/SDL.h /usr/include/SDL/SDL_main.h \
|
||||
/usr/include/SDL/SDL_stdinc.h /usr/include/SDL/SDL_config.h \
|
||||
/usr/include/SDL/SDL_platform.h /usr/include/SDL/begin_code.h \
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#ifdef FUNKEY_MENU
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
@@ -739,3 +741,5 @@ void run_menu_loop()
|
||||
SDL_Flip(hw_screen);
|
||||
}
|
||||
|
||||
|
||||
#endif //FUNKEY_MENU
|
||||
Reference in New Issue
Block a user