From ef47baaeb01c132401da15276771ab8347afa987 Mon Sep 17 00:00:00 2001 From: Wei-ju Wu Date: Thu, 25 Aug 2016 18:30:43 -0700 Subject: [PATCH] minimal changes to make sure compilation works --- blitplay/Makefile | 2 +- blitplay/main.c | 2 +- os13/ostest.c | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/blitplay/Makefile b/blitplay/Makefile index d61f07a..aed9390 100644 --- a/blitplay/Makefile +++ b/blitplay/Makefile @@ -1,5 +1,5 @@ CC=vc +aos68k -CFLAGS=-c99 -I$(MUI_INC) -I$(NDK_INC) -DCLIB_MUIMASTER_PROTOS_H +CFLAGS=-c99 -I$(MUI_INC) -I$(NDK_INC) OBJECTS=main.o canvas.o EXE=blitplay diff --git a/blitplay/main.c b/blitplay/main.c index 46bd54c..bd1140a 100644 --- a/blitplay/main.c +++ b/blitplay/main.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include "mui_util.h" #include "canvas.h" diff --git a/os13/ostest.c b/os13/ostest.c index d420225..3c16135 100644 --- a/os13/ostest.c +++ b/os13/ostest.c @@ -3,7 +3,6 @@ int main(int argc, char **argv) { printf("hello\n"); - printf("exec base is: shit\n"); - printf("hello: %04x\n", *((unsigned int *) 4)); + printf("Exec Base: %04x\n", *((unsigned int *) 4)); return 0; }