11 lines
264 B
Makefile
11 lines
264 B
Makefile
|
|
TARGET_FLAGS=$(CC_SHARED) -DRegisterCodec=DllRegisterCodec -Iinclude -Ilzhamdecomp -Ilzhamcomp -I../../../../
|
|
|
|
include ../../../../makefile.crc32
|
|
include ../../../../makefile.machine
|
|
|
|
LOCAL_LINK=$(LINK_SHARED)
|
|
LIBS=$(LOCAL_LIBS)
|
|
|
|
include ../../../../makefile.glb
|