11 lines
216 B
Makefile
11 lines
216 B
Makefile
|
|
TARGET_FLAGS=`wx-config --unicode=yes --cxxflags`
|
|
|
|
include ../../../../makefile.crc32
|
|
include ../../../../makefile.machine
|
|
|
|
LIBS=`wx-config --unicode=yes --libs` $(LOCAL_LIBS_DLL)
|
|
|
|
include ../../../../makefile.glb
|
|
|