Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bud/Build @lib doesn't work as expected #14

Closed
JarrettBillingsley opened this issue Jul 6, 2011 · 0 comments
Closed

Bud/Build @lib doesn't work as expected #14

JarrettBillingsley opened this issue Jul 6, 2011 · 0 comments
Assignees
Labels

Comments

@JarrettBillingsley
Copy link
Owner

C:\Users\Andre\Downloads\trunk-r610\trunk>bud @lib -test
Command: 'C:\Users\Andre\dmd\bin\dmd.exe -c @minid.rsp'

C:\Users\Andre\Downloads\trunk-r610\trunk>

This shows that bud will do the compiling, but no lib will be linked.

The option -allobj for bud seems to fix this problem.

C:\Users\Andre\Downloads\trunk-r610\trunk>bud @lib -allobj -test
Command: 'C:\Users\Andre\dmd\bin\dmd.exe -c @minid.rsp'
Command: 'C:\Users\Andre\dmd\bin\lib.exe @minid.lsp'

C:\Users\Andre\Downloads\trunk-r610\trunk>

I'm actually using http://dsource.org/projects/cdc/ to build my project and statically linking to minid works perfectly fine, even the binding library :O

dmd -run cdc -I..\minid -L+..\minid\ -L+DD-minid.lib -ofminey miney bindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant