Advertisement
tinyevil

Untitled

Feb 22nd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for each file.cpp:
  2. g++ -E file.cpp -o file.preproc.cpp
  3. translate file.preproc.cpp -o file.d
  4. dmd file.d
  5.  
  6. for each file.cpp:
  7. g++ file.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement