mirror of https://github.com/axmolengine/axmol.git
issue #2347: Compiled ok for android, marmalade and nacl, windows needs to be tested too.
This commit is contained in:
parent
1ae41d07aa
commit
c2ce65a32b
|
@ -59,6 +59,7 @@ kazmath/src/GL/mat4stack.c \
|
||||||
kazmath/src/GL/matrix.c \
|
kazmath/src/GL/matrix.c \
|
||||||
keypad_dispatcher/CCKeypadDelegate.cpp \
|
keypad_dispatcher/CCKeypadDelegate.cpp \
|
||||||
keypad_dispatcher/CCKeypadDispatcher.cpp \
|
keypad_dispatcher/CCKeypadDispatcher.cpp \
|
||||||
|
keyboard_dispatcher/CCKeyboardDispatcher.cpp \
|
||||||
label_nodes/CCLabelAtlas.cpp \
|
label_nodes/CCLabelAtlas.cpp \
|
||||||
label_nodes/CCLabelBMFont.cpp \
|
label_nodes/CCLabelBMFont.cpp \
|
||||||
label_nodes/CCLabelTTF.cpp \
|
label_nodes/CCLabelTTF.cpp \
|
||||||
|
|
|
@ -109,6 +109,11 @@ files
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
|
|
||||||
|
("../keyboard_dispatcher")
|
||||||
|
[keyboard_dispatcher]
|
||||||
|
"*.h"
|
||||||
|
"*.cpp"
|
||||||
|
|
||||||
("../label_nodes")
|
("../label_nodes")
|
||||||
[label_nodes]
|
[label_nodes]
|
||||||
"*.h"
|
"*.h"
|
||||||
|
|
|
@ -37,6 +37,7 @@ SOURCES = ../actions/CCAction.cpp \
|
||||||
../effects/CCGrid.cpp \
|
../effects/CCGrid.cpp \
|
||||||
../keypad_dispatcher/CCKeypadDelegate.cpp \
|
../keypad_dispatcher/CCKeypadDelegate.cpp \
|
||||||
../keypad_dispatcher/CCKeypadDispatcher.cpp \
|
../keypad_dispatcher/CCKeypadDispatcher.cpp \
|
||||||
|
../keyboard_dispatcher/CCKeyboardDispatcher.cpp \
|
||||||
../label_nodes/CCLabelAtlas.cpp \
|
../label_nodes/CCLabelAtlas.cpp \
|
||||||
../label_nodes/CCLabelBMFont.cpp \
|
../label_nodes/CCLabelBMFont.cpp \
|
||||||
../label_nodes/CCLabelTTF.cpp \
|
../label_nodes/CCLabelTTF.cpp \
|
||||||
|
|
Loading…
Reference in New Issue