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

DevIL Project post build event copy error code 1 #14

Closed
gameengineer opened this issue Dec 4, 2014 · 0 comments
Closed

DevIL Project post build event copy error code 1 #14

gameengineer opened this issue Dec 4, 2014 · 0 comments

Comments

@gameengineer
Copy link

For the DevILNet project's Build Events, Post-Build command I had to put quotes around the copy command arguments in order for it to work.
from
copy $(ProjectDir)..\Libs\x86\DevIL.dll $(OutDir)
copy $(ProjectDir)..\Libs\x86\ILU.dll $(OutDir)

to
copy "$(ProjectDir)..\Libs\x86\DevIL.dll" "$(OutDir)"
copy "$(ProjectDir)..\Libs\x86\ILU.dll" "$(OutDir)"

I am compiling with VS2013 w update 3

-Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant