Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jsoncpp2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 3rd
  • jsoncpp2
  • Repository

Switch branch/tag
  • jsoncpp2
  • devtools
  • agent_vmxp.json
Find file BlameHistoryPermalink
  • Baptiste Lepilleur's avatar
    - disabled warning 4786 for VS6 caused by STL (identifier was truncated to... · 7b62ceac
    Baptiste Lepilleur authored 12 years ago
    - disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
    - added batchbuild config for XP VM
    
    7b62ceac
agent_vmxp.json 607 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
    "cmake_variants" : [
        {"name": "generator",
         "generators": [
            {"generator": [
                "Visual Studio 6",
                "Visual Studio 7",
                "Visual Studio 8 2005"
                ] 
            }
         ] 
        },
        {"name": "shared_dll",
         "variables": [
            ["JSONCPP_LIB_BUILD_SHARED=true"],
            ["JSONCPP_LIB_BUILD_SHARED=false"]
          ]
        },
        {"name": "build_type",
         "build_types": [
            "debug", 
            "release" 
            ]
        }
    ]
}

Replace agent_vmxp.json

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.

Menu

Projects Groups Snippets
Help