mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Correct naming of MSBuild CMake presets
You can build with MSVC without MSBuild
This commit is contained in:
+8
-8
@@ -16,22 +16,22 @@
|
|||||||
"errors": { "dev": true }
|
"errors": { "dev": true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "develop-msvc32",
|
"name": "develop-msbuild32",
|
||||||
"inherits": ["develop", "msvc32"]
|
"inherits": ["develop", "msbuild32"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "develop-msvc64",
|
"name": "develop-msbuild64",
|
||||||
"inherits": ["develop", "msvc64"]
|
"inherits": ["develop", "msbuild64"]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "msvc32",
|
"name": "msbuild32",
|
||||||
"description": "Flags for building 32-bit executables with MSVC",
|
"description": "Flags for building 32-bit executables with MSBuild",
|
||||||
"architecture": "Win32"
|
"architecture": "Win32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc64",
|
"name": "msbuild64",
|
||||||
"description": "Flags for building 64-bit executables with MSVC",
|
"description": "Flags for building 64-bit executables with MSBuild",
|
||||||
"architecture": "x64"
|
"architecture": "x64"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user