Skip to content
Dekken edited this page Apr 1, 2016 · 14 revisions

MSVC 32bit

inc:
    C:\px86\WSDK10\Include\10.0.10240.0\ucrt
    C:\px86\WSDK10\Include\10.0.10240.0\um
    C:\px86\WSDK10\Include\10.0.10240.0\shared
    C:\px86\VSC15U1\VC\include 
path:
    C:\px86\WSDK10\Lib\10.0.10240.0\um\x86
    C:\px86\WSDK10\Lib\10.0.10240.0\ucrt\x86
    C:\px86\VSC15U1\VC\lib
env:
  - name: PATH
    mode: prepend
    value: C:\px86\VSC15U1\VC\bin
file:
  - type: cpp:c
    compiler: cl
    archiver: lib
    linker: link

MSVC 64bit

inc:
    C:\px86\WSDK10\Include\10.0.10240.0\ucrt
    C:\px86\WSDK10\Include\10.0.10240.0\um
    C:\px86\WSDK10\Include\10.0.10240.0\shared
    C:\px86\VSC15U1\VC\include 
path:
    C:\px86\WSDK10\Lib\10.0.10240.0\um\x64
    C:\px86\WSDK10\Lib\10.0.10240.0\ucrt\x64
    C:\px86\VSC15U1\VC\lib\amd64

env:
  - name: PATH
    mode: prepend
    value: C:\px86\VSC15U1\VC\bin\amd64
file:
  - type: cpp:c
    compiler: cl
    archiver: lib
    linker: link

MS csharp

env:
  - name: PATH
    mode: prepend
    value: C:\Windows\Microsoft.NET\Framework64\v4.0.30319
file:
  - type: cs
    compiler: csc
    linker: csc
Clone this wiki locally