You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Ilian Iliev <il...@wizcom.bg> on 2002/11/08 09:24:47 UTC

Xalan.exe and AllInOne dll build

  Hi all,
  I've just build Xalan1.4 as a single DLL using VC6 project AllInOne, and
get Xalan-C_1_4_0.dll. But how I can build executable Xalan.exe (or
XalanTransform.exe) to depends only from this DLL (and from Xerces DLL of
course)? Currently, when I build it, it depends from Xerces-C_2_1_0.dll,
XSLT_1_4_0.dll and XalanDOM_1_4_0.dll, and they have dependencies from other
Xalan's DLLs.
  Thanks in advance.



Re: Xalan.exe and AllInOne dll build

Posted by David N Bertoni/Cambridge/IBM <da...@us.ibm.com>.



You'll have to change the dependencies.  Choose Project | Dependencies,
then select XalanExe.  Uncheck all of the boxes, then check AllInOne and
rebuild XalanExe.

Dave



                                                                                                                                          
                      "Ilian Iliev"                                                                                                       
                      <ilian@wizcom.bg         To:      <xa...@xml.apache.org>                                                    
                      >                        cc:      (bcc: David N Bertoni/Cambridge/IBM)                                              
                                               Subject: Xalan.exe and AllInOne dll build                                                  
                      11/08/2002 12:24                                                                                                    
                      AM                                                                                                                  
                                                                                                                                          



  Hi all,
  I've just build Xalan1.4 as a single DLL using VC6 project AllInOne, and
get Xalan-C_1_4_0.dll. But how I can build executable Xalan.exe (or
XalanTransform.exe) to depends only from this DLL (and from Xerces DLL of
course)? Currently, when I build it, it depends from Xerces-C_2_1_0.dll,
XSLT_1_4_0.dll and XalanDOM_1_4_0.dll, and they have dependencies from
other
Xalan's DLLs.
  Thanks in advance.