Hi, On Fri, 2004-09-03 at 02:18, Dirk Reiners wrote: > Hi Gerrit, > > On Thu, 2004-09-02 at 02:17, Gerrit Voss wrote: > > > > the main problem is that we do not keep the CVS VSBuild up-to-date as we > > do not have an automated way of doing so. Usually we update it for the > > release versions. So the only immediate solution would be using the > > prebuild binary version from > > http://www.opensg.org/dailybuild_logs/index.EN.html > > Or is there a good reaon why you want to rebuild OpenSG from within > > VisualStudio.NET ?? > > can you give me a quick update on what you need to do manually beyond a > make dsp7? It would be nice to integrate it into the dailybuild, because > there seems to be a growing number of people who want to use VS.Net to > rebuild the source.
unfortunately dsp7 just creates the old VC6 dsp files, in order to get .NET vcproj files I just open the .NET gui and import the old VC6 project and export the new files, which is not really made for batch processing like the dailybuilds. I slightly remember there was a possibility to do these kind of thing from a program without the need for the gui, I'll see if I can find it again. But anyway wasn't creating .NET stuff one major argument for using SCons ??. What's the status of this stuff ??. As an intermediate solution we also can switch back to just provide the .dsw and .dsp files and those who want to can convert the files themselves (most likely this is much more convenient than to try to get out of date .NET files running). The other thing is the installation problem as I still haven't thought about how to do this from within .NET regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
