Wizard.DsrProj 462 B

1234567891011121314151617
  1. Import "../../DFPSR/DFPSR.DsrHead"
  2. # The library uses C++14 by default, but you can override it with a newer version as well.
  3. CompilerFlag "-std=c++14"
  4. if Linux
  5. CompilerPath = "g++"
  6. end
  7. if Windows
  8. # Replace CompilerPath if you did not install the 64-bit MinGW distribution of CodeBlocks in C:\Program\CodeBlocks
  9. CompilerPath = "C:/Program/CodeBlocks/MinGW/bin/x86_64-w64-mingw32-g++.exe"
  10. end
  11. Compile "main.cpp"
  12. ProgramPath = "wizard"
  13. ListDependencies = 0