Menu

where to add option--output-def in DLL build?

2007-12-05
2012-09-26
  • Zhongshan Hu

    Zhongshan Hu - 2007-12-05

    I wanted to add option --output-def when link the dll , but I cannot find the correct place to add it. I changed the makefile.win and add it manaully.

    I want to know if there is other solution for it ?

     
    • Anonymous

      Anonymous - 2007-12-06

      When you create your project with the DLL project template that option is added automatically, so I don;t know why you don't have it.

      Be aware that dllwrap.exe is used rather than the linker when creating a DLL (DLLs and static libraries are not 'linked' as such). However on a DLL project options in the "Linker" options box are applied to dllwrap.exe instead. But as I said, you should not have to if you use the DLL template.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.