jules wrote:That compile error was just a typo, I've already sorted it out.
How do I pick up the changes? Also, I'm one of those people for whom "git checkout -b origin/modules" does not work (it does nothing). Where is the change log for the modules branch? What is the command to update my local working copy to the latest of the modules branch?
jules wrote:Well, those are some pretty silly things to dislike. The way I've structured the modules internally works extremely well, but you shouldn't be poking your nose in the internals anyway!
Well I am building the "juce static library" Visual Studio 2010 project from the modules branch. In your defense, it does compile extraordinarily fast (a full rebuild takes 8 seconds). What do you mean poking in internals?
jules wrote:The only thing that I feel I need to defend would be the fact that it adds non-compiled source files to the project. That's optional, and the files are there as a handy reference, and to make it possible to debug them more easily. When you have a load of header files in your project, they're not compiled either - this is no different in principle, they just happen to have a different file extension.
How do I customize the project settings while still being able to pick up your project file changes? For example, if I want to build using the Intel C++ compiler. In the past, I have maintained my own .vcproj, and watched for changes in the changelog for added / renamed / removed files. But this has become more difficult now.