Seo Forum

Website Design and Graphics => Website Design => Topic started by: Walalayo on 08-19-2011, 02:56:39

Title: Object file in C
Post by: Walalayo on 08-19-2011, 02:56:39
How do you include a *.o file when you compile the code in C..

It is done in linux
by gcc -combine *.c *.o -o filename

I wonder how you do it inside the code