Skip to content

Commit

Permalink
remove MSVC 32-bit build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jan 5, 2023
1 parent 7a69466 commit 16309bd
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,46 +26,6 @@
}
],
"configurations": [
{
"name": "MSVC 32 Debug",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",
"value": "32"
},
{
"name": "BUILD_STONESENSE",
"value": "1"
},
{
"name": "REMOVE_SYMBOLS_FROM_DF_STUBS",
"value": "0"
},
{
"name": "DFHACK_INCLUDE_CORE",
"value": "1"
}
]
},
{
"name": "MSVC 32 Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x86_x64", "msvc_2015_x86" ],
"variables": [
{
"name": "DFHACK_BUILD_ARCH",
"value": "32"
},
{
"name": "BUILD_STONESENSE",
"value": "1"
}
]
},
{
"name": "MSVC 64 Debug",
"generator": "Ninja",
Expand Down

0 comments on commit 16309bd

Please sign in to comment.