From 5bc7fcc00507bbc5ff5bf957a1589209f8495534 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 13 Mar 2015 16:16:43 +0100 Subject: Shell begins to be usefull. --- res/fonts/Makefile | 2 +- res/fonts/pcvga.c | 2 +- res/keymaps/Makefile | 2 +- res/keymaps/fr.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/fonts/Makefile b/res/fonts/Makefile index 9a2a6b3..758bbcf 100644 --- a/res/fonts/Makefile +++ b/res/fonts/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../../src/lib/include -std=c11 +CFLAGS=-I../../src/lib/include/proto -std=c11 AS=nasm ASFLAGS=-fbin diff --git a/res/fonts/pcvga.c b/res/fonts/pcvga.c index b646eb8..b520171 100644 --- a/res/fonts/pcvga.c +++ b/res/fonts/pcvga.c @@ -1,6 +1,6 @@ #include -#include +#include char font_data[256][16] = { /* 0x00 */ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, diff --git a/res/keymaps/Makefile b/res/keymaps/Makefile index 3e7a755..147a60d 100644 --- a/res/keymaps/Makefile +++ b/res/keymaps/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../../src/lib/include -std=c11 +CFLAGS=-I../../src/lib/include/proto -std=c11 all: fr.km diff --git a/res/keymaps/fr.c b/res/keymaps/fr.c index 04f086e..f3139eb 100644 --- a/res/keymaps/fr.c +++ b/res/keymaps/fr.c @@ -1,6 +1,6 @@ #include -#include +#include keymap_t fr_keymap = { { // normal -- cgit v1.2.3