View previous topic :: View next topic |
Author |
Message |
gluk47
Joined: 12 Sep 2008 Posts: 4 Location: Moscow
|
Posted: Sun Oct 19, 2008 2:50 pm Post subject: Where to specify linker options? |
|
|
Hello
I use wxD and have to use win32 (currently xp). Since I want console window not to appear in addition to the main GUI window, I need to pass "-mwindows" as the first linker parameter. So is it possible to do it via poseidon?
Unfortunately forum search didn't help me
upd.: Yes, I found the option "without console window", but still where linker parameters should be specified? |
|
Back to top |
|
|
tezem
Joined: 18 Feb 2008 Posts: 14
|
Posted: Fri Oct 24, 2008 8:35 am Post subject: |
|
|
This depends on the build process you are using. I bild my projects with dsss and rebuild and I just need to add -gui to my buildflags in dsss.conf. |
|
Back to top |
|
|
gluk47
Joined: 12 Sep 2008 Posts: 4 Location: Moscow
|
Posted: Sat Oct 25, 2008 11:36 am Post subject: |
|
|
First of all thank you for an answer
So if I use just link.exe that comes with dmd I also should look for some config in its directory rather than look for a way to change its command line for my project? |
|
Back to top |
|
|
|