mirror of
https://github.com/weiju/amiga-stuff
synced 2025-11-19 16:01:31 +00:00
minimal changes to make sure compilation works
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <clib/alib_protos.h>
|
||||
|
||||
#include <libraries/mui.h>
|
||||
#include <inline/muimaster_protos.h>
|
||||
#include <clib/muimaster_protos.h>
|
||||
|
||||
#include "mui_util.h"
|
||||
#include "canvas.h"
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user