20 lines
681 B
Makefile
20 lines
681 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.*: \
|
|
../data/cube.*: \
|
|
../data/grass.*: \
|
|
../data/stone*: \
|