285 lines
7.6 KiB
JSON
285 lines
7.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "MSVC 64 Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "REMOVE_SYMBOLS_FROM_DF_STUBS",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"name": "DFHACK_INCLUDE_CORE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "MSVC 64 Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 32 Debug",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/debug-32",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"intelliSenseMode": "linux-gcc-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": "GCC 32 Release",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/release-32",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"intelliSenseMode": "linux-gcc-x86",
|
|
"variables": [
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "32"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 64 Debug",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/debug-64",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"variables": [
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "REMOVE_SYMBOLS_FROM_DF_STUBS",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"name": "DFHACK_INCLUDE_CORE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 64 Release",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/release-64",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"variables": [
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 4.8 32 Debug",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/debug-32-48",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"intelliSenseMode": "linux-gcc-x86",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_C_COMPILER",
|
|
"value": "gcc-4.8"
|
|
},
|
|
{
|
|
"name": "CMAKE_CXX_COMPILER",
|
|
"value": "g++-4.8"
|
|
},
|
|
{
|
|
"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": "GCC 4.8 32 Release",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/release-32-48",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"intelliSenseMode": "linux-gcc-x86",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_C_COMPILER",
|
|
"value": "gcc-4.8"
|
|
},
|
|
{
|
|
"name": "CMAKE_CXX_COMPILER",
|
|
"value": "g++-4.8"
|
|
},
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "32"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 4.8 64 Debug",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/debug-64-48",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_C_COMPILER",
|
|
"value": "gcc-4.8"
|
|
},
|
|
{
|
|
"name": "CMAKE_CXX_COMPILER",
|
|
"value": "g++-4.8"
|
|
},
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "REMOVE_SYMBOLS_FROM_DF_STUBS",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"name": "DFHACK_INCLUDE_CORE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GCC 4.8 64 Release",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"remoteCMakeListsRoot": "/tmp/dfhack-${workspaceHash}/src",
|
|
"remoteBuildRoot": "/tmp/dfhack-${workspaceHash}/release-64-48",
|
|
"rsyncCommandArgs": "--exclude=build --include=.git",
|
|
"remoteCopySources": true,
|
|
"cmakeExecutable": "$(which cmake)/..",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_C_COMPILER",
|
|
"value": "gcc-4.8"
|
|
},
|
|
{
|
|
"name": "CMAKE_CXX_COMPILER",
|
|
"value": "g++-4.8"
|
|
},
|
|
{
|
|
"name": "DFHACK_BUILD_ARCH",
|
|
"value": "64"
|
|
},
|
|
{
|
|
"name": "BUILD_STONESENSE",
|
|
"value": "1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|