szoltomi

Untitled

Oct 20th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. compile.sh fájl
  2.  
  3. g++ -Werror -pedantic-errors -O2 -c xxx.cpp yyy.cpp
  4. g++ -Werror -pedantic-errors -O2 -c main.cpp
  5. g++ -Werror -pedantic-errors -O2 -o feladat *.o
  6.  
  7. legyen benne a mappában a feladat.info & compile.sh
  8.  
Advertisement
Add Comment
Please, Sign In to add comment