Skip to content

Commit 7cd94f1

Browse files
Merge remote-tracking branch 'origin/main'
# Conflicts: # CMakePresets.json # GeneralsMD/Code/Libraries/Source/WWVegas/WWLib/Except.cpp # GeneralsMD/Code/Libraries/Source/WWVegas/WWLib/inisup.h # GeneralsMD/Code/Libraries/Source/WWVegas/WWLib/mpu.cpp
2 parents 70f3c9c + dc1c88a commit 7cd94f1

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CMakePresets.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,38 @@
6363
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/mingw-w64-x86_64.cmake",
6464
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
6565
"CMAKE_BUILD_TYPE": "Release"
66+
},
67+
"vendor": {
68+
"jetbrains.com/clion": {
69+
"toolchain": "Visual Studio 6"
70+
}
71+
}
72+
},
73+
{
74+
"name": "vc6prof",
75+
"displayName": "Build Profiling Binaries with NMake",
76+
"hidden": false,
77+
"inherits": "vc6",
78+
"cacheVariables": {
79+
"GENZH_BUILD_PROFILE": "ON"
80+
}
81+
},
82+
{
83+
"name": "vc6int",
84+
"displayName": "Build Internal Binaries with NMake",
85+
"inherits": "vc6",
86+
"cacheVariables": {
87+
"GENZH_BUILD_INTERNAL": "ON"
88+
}
89+
},
90+
{
91+
"name": "vc6dbg",
92+
"displayName": "Build Debug Binaries with NMake",
93+
"hidden": false,
94+
"inherits": "vc6",
95+
"cacheVariables": {
96+
"CMAKE_BUILD_TYPE": "Debug",
97+
"GENZH_BUILD_DEBUG": "ON"
6698
}
6799
},
68100
{
@@ -186,6 +218,27 @@
186218
"configurePreset": "mingw64",
187219
"jobs": 8
188220
},
221+
{
222+
"name": "win32int",
223+
"configurePreset": "win32int",
224+
"displayName": "Build Windows Internal build",
225+
"description": "Build Windows Internal build",
226+
"configuration": "Release"
227+
},
228+
{
229+
"name": "win32prof",
230+
"configurePreset": "win32prof",
231+
"displayName": "Build Windows Profiling build",
232+
"description": "Build Windows Profiling build",
233+
"configuration": "Release"
234+
},
235+
{
236+
"name": "win32dbg",
237+
"configurePreset": "win32dbg",
238+
"displayName": "Build Windows Debug build",
239+
"description": "Build Windows Debug build",
240+
"configuration": "Debug"
241+
},
189242
{
190243
"name": "unix",
191244
"configurePreset": "unix",

0 commit comments

Comments
 (0)