code_junkie

The compilation process

Nov 14th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <bob.h>
  2. int x = bob_fn(7);
  3.  
  4. cc -c -o xx.obj xx.c
  5.  
  6. cc -o xx.exe xx.obj -L/bob/libs;/usr/lib -lbob
Add Comment
Please, Sign In to add comment