2015-07-01 23:50:39 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += staticlib c++11
|
|
|
|
TARGET = RetroDataSpec
|
|
|
|
CONFIG -= Qt
|
|
|
|
QT =
|
|
|
|
|
|
|
|
# Get hecl's headers (when built as submodule in hecl's extern)
|
|
|
|
INCLUDEPATH += ../../../include \
|
|
|
|
../../Athena/include \
|
2015-07-04 06:03:07 +00:00
|
|
|
../../LogVisor/include \
|
2015-07-01 23:50:39 +00:00
|
|
|
../NODLib/include
|
|
|
|
|
|
|
|
include(../PakLib/PakLib.pri)
|
|
|
|
|
|
|
|
include(DNACommon/DNACommon.pri)
|
|
|
|
include(DNAMP1/DNAMP1.pri)
|
|
|
|
include(DNAMP2/DNAMP2.pri)
|
|
|
|
include(DNAMP3/DNAMP3.pri)
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
SpecBase.hpp
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
SpecMP1.cpp \
|
|
|
|
SpecMP2.cpp \
|
|
|
|
SpecMP3.cpp \
|
|
|
|
SpecBase.cpp
|