User forums > Using Code::Blocks

D language support

<< < (3/3)

Michael:

--- Quote from: StefanLi on April 25, 2006, 02:19:57 pm ---Michael, I do not have any C::B sources and obviously I do not know where these settings go in. So creating a diff is not that easy for me. Do you know whom I could forward these "patches".

--- End quote ---

Hello,

I think (and a dev can correct me if I am wrong :)) that you can post your "patches" on BerliOS (see Takeshi Miya's post).

Best wishes,
Michael

tiwag:

--- Quote from: StefanLi on April 25, 2006, 02:19:57 pm ---Found a solution for my problem. I placed the required .def file in the project root, gave it the name of my project (plus .def) and than I changed the "Link object files to executable" to:
$linker $exe_output $link_options $link_objects $(PROJECT_DIR)/$(PROJECT_NAME).def $link_resobjects $libs

--- End quote ---
have you ever noticed the
Project->Build Options->Linker(tab)->Other linker options: ???

StefanLi:
Yes, I also played with this, but I did not find a good idea for what to enter.
The idea to use the "$(PROJECT_DIR)/$(PROJECT_NAME).def" just arised while
playing with the "Link object files to executable".
However, I moved this entry from their to the "Other linker options" and I also noticed that $(PROJECT_DIR)$(PROJECT_NAME).def" is enough (the slash is not neccessary).

Thanks for your advice!

Stefan

Navigation

[0] Message Index

[*] Previous page

Go to full version