File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 19
19
"CMAKE_BUILD_TYPE" : " Release" ,
20
20
"RTS_FLAGS" : " /W3"
21
21
},
22
+ "environment" : {
23
+ "VS6_DIR" : " $env{ProgramFiles(x86)}\\ Microsoft Visual Studio" ,
24
+ "PATH" : " $env{VS6_DIR}\\ VC98\\ BIN;$env{VS6_DIR}\\ Common\\ Tools;$env{VS6_DIR}\\ Common\\ Tools\\ WinNT;$env{VS6_DIR}\\ Common\\ MSDev98\\ Bin;$penv{PATH}" ,
25
+ "INCLUDE" : " $env{VS6_DIR}\\ VC98\\ INCLUDE;$env{VS6_DIR}\\ VC98\\ MFC\\ INCLUDE;$env{VS6_DIR}\\ VC98\\ ATL\\ INCLUDE;$penv{INCLUDE}" ,
26
+ "LIB" : " $env{VS6_DIR}\\ VC98\\ LIB;$env{VS6_DIR}\\ VC98\\ MFC\\ LIB;$penv{LIB}"
27
+ },
22
28
"vendor" : {
23
29
"jetbrains.com/clion" : {
24
30
"toolchain" : " Visual Studio 6"
25
31
}
26
32
}
27
33
},
28
- {
29
- "name" : " vc6-vars" ,
30
- "hidden" : true ,
31
- "environment" : {
32
- "VS6_DIR" : " $env{ProgramFiles(x86)}\\ Microsoft Visual Studio" ,
33
- "PATH" : " $env{VS6_DIR}\\ VC98\\ BIN;$env{VS6_DIR}\\ Common\\ Tools;$env{VS6_DIR}\\ Common\\ Tools\\ WinNT;$env{VS6_DIR}\\ Common\\ MSDev98\\ Bin;penv{PATH}" ,
34
- "INCLUDE" : " $env{VS6_DIR}\\ VC98\\ INCLUDE;$env{VS6_DIR}\\ VC98\\ MFC\\ INCLUDE;$env{VS6_DIR}\\ VC98\\ ATL\\ INCLUDE;penv{INCLUDE}" ,
35
- "LIB" : " $env{VS6_DIR}\\ VC98\\ LIB;$env{VS6_DIR}\\ VC98\\ MFC\\ LIB;$penv{LIB}"
36
- }
37
- },
38
34
{
39
35
"name" : " vc6-profile" ,
40
36
"displayName" : " Windows 32bit VC6 Profile" ,
62
58
"RTS_BUILD_OPTION_DEBUG" : " ON"
63
59
}
64
60
},
65
- {
66
- "name" : " vc6-easy" ,
67
- "inherits" : [" vc6" ," vc6-vars" ]
68
- },
69
- {
70
- "name" : " vc6-debug-easy" ,
71
- "inherits" : [" vc6-debug" ," vc6-vars" ]
72
- },
73
61
{
74
62
"name" : " default" ,
75
63
"displayName" : " Default Config (don't use directly!)" ,
You can’t perform that action at this time.
0 commit comments