| 12345678910111213 |
- # No need to import DFPSR.DsrHead with stub backends when only including essential headers.
- CompilerFlag "-std=c++14"
- # If compiling using CLANG instead of GCC in tools/builder/buildProject.sh, you need to include the C++ standard library explicitly.
- #Link "stdc++"
- Crawl "main.cpp"
- # Prevent executing the application without any arguments.
- Supressed
- # Uncomment to enable debug mode, which is slower
- #Debug
|