main.DsrProj 606 B

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