Hi Alberto, Alberto Massari <[EMAIL PROTECTED]> writes:
> while the one in perl\Handler is even simpler: > > WriteMakefile( > LINKTYPE => 'static', > 'NAME' => 'Handler', > 'INC' => $INCLUDES, > 'OBJECT' => '$(O_FILES)', > 'LIBS' => [$LIBS], > 'CCFLAGS' => $CFLAGS, > 'CC' => $CXX, > 'SKIP' => [qw( dynamic test makeaperl xs_o)], > @OPTIMIZE, > @LDFLAGS, > ); My original point still holds: it may look simple but it probably won't support all the platforms that Xerces-C++ supports. Plus, after some clarification from Jason, it does not seem right to build swig/util with Perl since, if I understood this correctly, it will be used with other scripting languages. In other words, swig/util might need to be build on a box without Perl. Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
