Andreas Zieringer skrev: > Hi Dirk, > >> Gerrit Voss wrote: >> >>> The basic idea of adding flex/bison is good, even if I don't like the fact >>> that there is no reference where these files are coming from and under which >>> license they are, because we finally can remove all OSGScanParseSkel.* >>> copies >>> completely from the repository. >>> >> Hm. I don't like to depend on that very much, unless there s an easy way >> to actually make it work in VS reliably (i.e. no absolute paths etc.). >> The whole point of adding them to the repository has to allow VS builds >> out of the box, and I wouldn't want to give that up. > > well there is actually already a dependency to sed to install the header > files. I'm trying to improve the project files right now I also want to > automatically unzip the supportlibs.zip. Anyone an idea how define a > unzip rule in a visual studio project file?
Add the source file (the .zip) to the directory. Specify a custom build-step and define one of the contained files (or maybe a whole lot of them, not sure) as output? If you're moving to scons-builds anyway, using a makefile-project in MSVS that only calls scons might be the way. I'm positive for that, if it helps you guys. :) Cheers, /Marcus ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
