
On Fri, 2005-11-18 at 10:30 -0600, aaron@...749... wrote:
Last night I added a short blurb to http://wiki.inkscape.org/cgi-bin/wiki.pl?GettingExtensionsWorking about how I was able to make pdf output work on WinXP with ghostscript.
I've been thinking about what if any of that should go into cvs and how would we ever make an inx file cross platform in a situation like this. But it just occured to me that for in/output extensions this isn't necessary. An inx for each platform could coexist as long as they have appropriate dependency tests. Because they don't show up when the deps aren't met. So I guess I just need a proper test for windows.
Perhaps we should make an operator in the .inx files to check the platform. Then we could guarantee that the .inx file is only used on the one that is supported. Would that work?
--Ted