project_files/frontlib/Android.mk
changeset 7497 7e1d72fc03c7
parent 7494 e65adfc99f15
child 7861 bc7b6aa5d67a
equal deleted inserted replaced
7494:e65adfc99f15 7497:7e1d72fc03c7
    11 	ipc/ipcprotocol.c ipc/mapconn.c md5/md5.c model/scheme.c \
    11 	ipc/ipcprotocol.c ipc/mapconn.c md5/md5.c model/scheme.c \
    12 	model/gamesetup.c model/map.c model/mapcfg.c model/room.c \
    12 	model/gamesetup.c model/map.c model/mapcfg.c model/room.c \
    13 	model/schemelist.c model/team.c model/teamlist.c model/weapon.c \
    13 	model/schemelist.c model/team.c model/teamlist.c model/weapon.c \
    14 	net/netbase.c net/netconn_callbacks.c net/netconn_send.c \
    14 	net/netbase.c net/netconn_callbacks.c net/netconn_send.c \
    15 	net/netconn.c net/netprotocol.c util/buffer.c util/inihelper.c \
    15 	net/netconn.c net/netprotocol.c util/buffer.c util/inihelper.c \
    16 	util/logging.c util/refcounter.c util/util.c frontlib.c \
    16 	util/logging.c util/util.c frontlib.c hwconsts.c socket.c \
    17 	hwconsts.c socket.c extra/jnacontrol.c
    17 	extra/jnacontrol.c
    18 
    18 
    19 LOCAL_SHARED_LIBRARIES += SDL_net
    19 LOCAL_SHARED_LIBRARIES += SDL_net
    20 LOCAL_LDLIBS += -lz
    20 LOCAL_LDLIBS += -lz
    21 
    21 
    22 include $(BUILD_SHARED_LIBRARY)
    22 include $(BUILD_SHARED_LIBRARY)