views:

13

answers:

0

Hello,

I've found something for compiling text file as string variable: Code:

objcopy --input binary --output elf64-x86-64 --binary-architecture i386 test.txt test.o

and i want to do it for each ./included_text/*.abc and then each of these files link. I've find pre/post build steps but i can't find anything which will help me. Or you can explain how to do whole makefile if it's easier.