Cube.DsrProj 729 B

1234567891011121314151617
  1. CompilerFlag "-std=c++14"
  2. Graphics
  3. #Sound
  4. Crawl "main.cpp"
  5. Import "../../DFPSR/DFPSR.DsrHead"
  6. # If compiling using CLANG instead of GCC in tools/builder/buildProject.sh, you need to include the C++ standard library explicitly.
  7. #Link "stdc++"
  8. # Linking statically to standard C/C++ libraries allow running the program without installing them.
  9. # Recommended for making an installer for another application or programs that should not need an installer.
  10. # If you don't want static linking of standard C/C++ libraries, you have to comment out StaticRuntime
  11. # and bundle the C/C++ runtime of the compiler with your program's installer.
  12. StaticRuntime
  13. # Uncomment to enable debug mode, which is slower
  14. #Debug