File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1- # exclude all dot files except .git and travis files
1+ # exclude all dot files except .git, appveyor and travis files
22. *
33! .git *
44! .appveyor *
@@ -10,7 +10,6 @@ bin_plugs/
1010intermediate /
1111intermediate_plugs /
1212lib /
13- src /Externals /
1413* .aps
1514* .user
1615* .PVS-Studio. *
Original file line number Diff line number Diff line change 55Currently, the only compiler supported is Visual C++ 2017. If you don't have Visual Studio yet, you can
66download and install Visual Studio 2017 Community Edition - it's absolutely free for open source projects.
77
8- By default, all libraries mentioned below (except Windows SDK) are assumed to be in
9- the src\Externals directory.
10-
118Windows SDK is available from Visual Studio 2017 installer. You will definitely need to install the following items:
129* Windows 8.1 SDK (or newer)
1310* Visual C++ MFC for x86 and x64
You can’t perform that action at this time.
0 commit comments