Hi Farshid, Ok, I will add those options and submit the updated project files.
I took a quick glance through several project files and didn't notice any file-specific settings. Can you point to an example of this? -Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Farshid Lashkari Sent: Friday, August 25, 2006 6:02 PM To: osg users Subject: Re: [osg-users] Re: Larger binary file sizes with latestVisualStudioproject Hi Mike, That's fine. When looking further into this issue I noticed that VisualStudio by default enables debug info on release builds. As I stated earlier, the problem is actually from the omission of the following options: /OPT:REF /OPT:ICF On a side note, I noticed that the autogenerated project files add separate configuration settings to each source file that is part of the project, instead of just letting them inherit from the project defaults. Would it be easy to fix this as well? -Farshid _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
