digitalmars.D.learn - How to use -H?
- Sean Eskapp (3/3) Sep 03 2011 I'm trying to create import libraries for use in other projects, using t...
- David Nadlinger (3/6) Sep 03 2011 Does -o- work as you want?
- Sean Eskapp (3/9) Sep 03 2011 Yes, it does! Turns out the linker errors I was getting were due to Code...
I'm trying to create import libraries for use in other projects, using the -H flag, but dmd is still trying to create an executable. How do I specify that all I want are the interface files?
Sep 03 2011
On 9/3/11 8:17 PM, Sean Eskapp wrote:I'm trying to create import libraries for use in other projects, using the -H flag, but dmd is still trying to create an executable. How do I specify that all I want are the interface files?Does -o- work as you want? David
Sep 03 2011
== Quote from David Nadlinger (see klickverbot.at)'s articleOn 9/3/11 8:17 PM, Sean Eskapp wrote:Yes, it does! Turns out the linker errors I was getting were due to Code::Blocks being bad at D.I'm trying to create import libraries for use in other projects, using the -H flag, but dmd is still trying to create an executable. How do I specify that all I want are the interface files?Does -o- work as you want? David
Sep 03 2011