Edouard Dupin
d75f9e97a1
Add mutex and semaphore abstraction Add basic windows gui starting ==> no input ... as bad as a first think use generic makefile add a basic entry point for the zlib
11 lines
126 B
Makefile
11 lines
126 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := zlib
|
|
|
|
LOCAL_LDLIBS := -lz
|
|
|
|
include $(EXTERN_LIBRARY)
|
|
|