This is most likely caused by MSBuild file dependency tracker not properly working. Do you have a small test case that I could try to test?
2014-06-30 16:23 GMT+03:00 Richard Turnbull <[email protected]>: > Hi, > > I've just got our engine compiling with Emscripten using the > VS2010 plugin, which has been a pretty smooth process. One minor issue > though: > > I have a library and an application. If I make a change to some code > within the library and hit F7 I'd expect the app, which is set to depend on > the library, to also build as it does with the Win32 solution platform. > This isn't the case though, it just builds the library and so the app is > out-of-date. > > The app is set to depend on the library through the 'Project Dependencies' > menu, the app links the library using the 'Link Library Dependencies' > option, the app is set as the startup project and the Emscripten platform > was set up from the (working) Win32 platform settings. > > Any ideas? > > Cheers, > Richard > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
