blob: 4b4986c8bb10f84662d057ab232aa93e3e8f386a (
plain)
1
2
3
4
5
6
|
STOPDIR = ../../..
include($${STOPDIR}/lib.pro)
TARGET = coff
HEADERS += gpopcode.h disassembler.h coff.h coff_object.h coff_archive.h text_coff.h coff_data.h cdb_parser.h
SOURCES += gpopcode.cpp gpdis.cpp disassembler.cpp coff.cpp coff_object.cpp coff_archive.cpp text_coff.cpp coff_data.cpp cdb_parser.cpp
|