Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Miro1701 on September 10, 2010, 11:31:38 pm

Title: How to proccess specific files and link them?
Post by: Miro1701 on September 10, 2010, 11:31:38 pm
Hello, i've found something for compiling text file as string variable object:
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
Title: Re: How to proccess specific files and link them?
Post by: stahta01 on September 10, 2010, 11:34:18 pm
http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system

Tim S