20 lines
682 B
Makefile
20 lines
682 B
Makefile
|
|
|
|
###############################################################################
|
|
### Files Listes ###
|
|
###############################################################################
|
|
|
|
# Globals debug tool:
|
|
FILE_LIST:= appl/Debug.cpp \
|
|
appl/init.cpp \
|
|
appl/MainWindows.cpp \
|
|
appl/TestButton.cpp \
|
|
appl/TestButtonColor.cpp \
|
|
appl/TestLabel.cpp \
|
|
appl/TestScene.cpp
|
|
|
|
LOCAL_COPY_FOLDERS := data/icon.*:theme/default \
|
|
data/cube.*: \
|
|
data/grass.*: \
|
|
data/stone*: \
|