p7zip/CPP/7zip/TEST/TestUI/makefile
2017-10-11 12:35:36 +02:00

13 lines
226 B
Makefile

TARGET_FLAGS=\
-I. \
`wx-config --unicode=yes --cxxflags`
include ../../../../makefile.crc32
include ../../../../makefile.machine
LIBS=`wx-config --unicode=yes --libs` $(LOCAL_LIBS_DLL)
include ../../../../makefile.glb