News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to proccess specific files and link them?

Started by Miro1701, September 10, 2010, 11:31:38 PM

Previous topic - Next topic

Miro1701

Hello, i've found something for compiling text file as string variable object:
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

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]