commit | ae5b50414a41dd1410baabf7f776ada732365e0b | [log] [tgz] |
---|---|---|
author | Daniel D. Daugherty <dcubed@openjdk.org> | Thu Aug 08 09:21:30 2013 -0700 |
committer | Daniel D. Daugherty <dcubed@openjdk.org> | Thu Aug 08 09:21:30 2013 -0700 |
tree | d4f2305198ff63e9e3fedc10ec71c64bc6930819 | |
parent | 27f8eea2ea77967cc031b89ed947518118a5747f [diff] |
8016601: Unable to build hsx24 on Windows using project creator and Visual Studio ProjectCreator tool is modified to support two new options: '-relativeAltSrcInclude' and '-altRelativeInclude' which prevents IDE linker errors. Also fixed some cmd line build linker warnings. Misc cleanups. Reviewed-by: rdurbin, coleenp