Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for each file.cpp:
- g++ -E file.cpp -o file.preproc.cpp
- translate file.preproc.cpp -o file.d
- dmd file.d
- for each file.cpp:
- g++ file.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement