Generate the resource file at configure time for Windows
commit97a4879ddf58df360cf99e3c1b9e2c9f1ac96763
authorOrvid King <blah38621@gmail.com>
Sat, 12 Sep 2015 01:50:23 +0000 (11 18:50 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Sat, 12 Sep 2015 02:00:30 +0000 (11 19:00 -0700)
tree0e9eee6ffc94b9aac72b63f38af55b1bf392696b
parente296b1325edde5497b4676fbd00d94e618dd00ce
Generate the resource file at configure time for Windows

Summary: Rather than using a pair of always out of date targets to regenerate the file every single time you build. Visual Studio is smart enough to detect the change to the files linked to by the resource, so let it do what it's good at, and make it so I can start hhvm with debugging after having just built it, without having to tell it I don't want to rebuild the resource files again -_-...
Closes https://github.com/facebook/hhvm/pull/6216

Reviewed By: @JoelMarcey

Differential Revision: D2429913
CMake/HPHPFunctions.cmake
hphp/hhvm/CMakeLists.txt