16 lines
528 B
Makefile
16 lines
528 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
|
|
|
|
LOCAL_COPY_FOLDERS := data/*:theme/default \
|