mirror of
https://github.com/weiju/amiga-stuff
synced 2025-11-23 19:01:45 +00:00
updated Makefile for os13: VBCC should always link with its own version of amiga.lib to avoid funny C standard library effects
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#CC=vc +aos68k
|
||||
CC=vc +kick13
|
||||
CFLAGS=-c99 -I$(NDK_INC) -L$(NDK_LIB)
|
||||
CFLAGS=-c99 -I$(NDK_INC)
|
||||
|
||||
all: intuition1 graphics1 copper1 dualplayfield1 ham1 ostest openwin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user