GuiExample.DsrProj 742 B

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