Hi all,
Most of you never use the win32 stuff. So you probably have never seen the build.dep file. This file is a list of dependencies for each .cpp file in the inkscape source tree. This is purely withing the Inkscape tree. Buildtool does not walk out to list the system dependencies. It can be quite interesting. I put a copy on the server here, in case anyone is curious about dependencies in general, or their file in particular:
http://inkscape.modevia.com/win32libs/build.dep
Later, all!
bob (ishmal)
Hi Bob,
For some reason, my build.dep contains strange dependencies that are not present in the one you put on the web.
For example: <object path='extension' name='db' suffix='cpp'> <dep name='2geom/bezier-to-sbasis.h'/> ... <dep name='live_effects/effect.h'/>
I get a lot of 2geom dependencies there, but they should not be there. It gives long rebuilding times when changing something in live_effects/effect.h because most of the extension dir has a dependency on it. I have no clue about why my .dep is different, I have changed nothing from SVN head. :(
Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Bob Jamison Sent: zaterdag 22 september 2007 18:11 To: inkscape-devel@lists.sourceforge.net Subject: [Inkscape-devel] build.dep
Hi all,
Most of you never use the win32 stuff. So you probably have never seen the build.dep file. This file is a list of dependencies for each .cpp file in the inkscape source tree. This is purely withing the Inkscape tree. Buildtool does not walk out to list the system dependencies. It can be quite interesting. I put a copy on the server here, in case anyone is curious about dependencies in general, or their file in particular:
http://inkscape.modevia.com/win32libs/build.dep
Later, all!
bob (ishmal)
participants (2)
-
unknown@example.com
-
Bob Jamison