Added Magic tool API version API.
This commit is contained in:
parent
abf6a2a1bb
commit
73b8464b75
22 changed files with 85 additions and 172 deletions
|
|
@ -10,7 +10,8 @@ SO_TYPE=so
|
|||
TP_MAGIC_CFLAGS=$(shell sdl-config --cflags) \
|
||||
-I../src/ \
|
||||
$(shell tp-magic-config --cflags)
|
||||
CFLAGS=-g -Wall $(TP_MAGIC_CFLAGS)
|
||||
CFLAGS=-g -Wall $(TP_MAGIC_CFLAGS) -DMAGICAPI_VERSION=$(MAGIC_API_VERSION)
|
||||
|
||||
|
||||
|
||||
all: negative.$(SO_TYPE) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue