You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
460B

  1. Include-Template: /I<PATH>
  2. Define-Template: /D<DEF>
  3. Warning-Flags: /W4
  4. Compile-C-Template: cl.exe /nologo <FLAGS> /c <IN> /Fo<out>
  5. Compile-C++-Template: cl.exe /nologo <FLAGS> /c <IN> /std:c++latest /permissive- /experimental:preprocessor /EHsc /Fo<OUT>
  6. Create-Archive-Template: lib /nologo /OUT:<OUT> <IN>
  7. Link-Executable-Template: cl.exe /nologo rpcrt4.lib /std:c++latest /EHsc <IN> /Fe<OUT>
  8. Archive-Suffix: .lib
  9. Object-Suffix: .obj
  10. Executable-Suffix: .exe