mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 13:20:23 +00:00
2850c14671
really understand everything, and freeldr moved the image mapping code to a common area. svn path=/trunk/tools/RosBE/; revision=688
8 lines
211 B
Makefile
8 lines
211 B
Makefile
elfpe: argparse.cpp argparse.h header.cpp header.h \
|
|
objectfile.cpp objectfile.h util.cpp util.h pedef.h \
|
|
elfpe.cpp reloc.cpp coff.cpp exports.cpp imports.cpp
|
|
g++ -g -o $@ $^ -lelf
|
|
|
|
clean:
|
|
rm -rf *.o elfpe
|