Changes between Version 8 and Version 9 of OsgVbpBuildEnvWindows
- Timestamp:
- Aug 4, 2010, 9:24:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OsgVbpBuildEnvWindows
v8 v9 74 74 * Run BUILD_ALL as Debug Build as well as Release Build (On error retry building several times without cleaning up. Sometimes only the wrong order of the dependencies is the reason) 75 75 76 In my setup, I use the 32 bit build to debug my application in the OSG source. Therefore I have to add my MSVC project to the !OpenSceneGraph VS Solution. To reduce the complexity in the MSVC solution, I do not build the OSG examples in t ehx86 build. To make all examples (x64) available in the console, I add %OSG_X64% '''after''' %OSG% to the PATH variable.76 In my setup, I use the 32 bit build to debug my application in the OSG source. Therefore I have to add my MSVC project to the !OpenSceneGraph VS Solution. To reduce the complexity in the MSVC solution, I do not build the OSG examples in the x86 build. To make all examples (x64) available in the console, I add %OSG_X64% '''after''' %OSG% to the PATH variable. 77 77 78 78 Finished! :)