Skip to content

Commit

Permalink
normalized some windows VS stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Aug 10, 2015
1 parent 28dcc35 commit 8644269
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions devtools/agent_vmw7.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"Visual Studio 10 Win64",
"Visual Studio 11",
"Visual Studio 11 Win64"
]
]
},
{"generator": ["MinGW Makefiles"],
{"generator": ["MinGW Makefiles"],
"env_prepend": [{"path": "c:/wut/prg/MinGW/bin"}]
}
]
]
},
{"name": "shared_dll",
"variables": [
Expand All @@ -25,8 +25,8 @@
},
{"name": "build_type",
"build_types": [
"debug",
"release"
"debug",
"release"
]
}
]
Expand Down
8 changes: 4 additions & 4 deletions devtools/agent_vmxp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"Visual Studio 6",
"Visual Studio 7",
"Visual Studio 8 2005"
]
]
}
]
]
},
{"name": "shared_dll",
"variables": [
Expand All @@ -18,8 +18,8 @@
},
{"name": "build_type",
"build_types": [
"debug",
"release"
"debug",
"release"
]
}
]
Expand Down

0 comments on commit 8644269

Please sign in to comment.