dllwrap problem

Discussion about everything. New games, 3d math, development tips...
Post Reply
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

dllwrap problem

Post by madinitaly »

Uh, when I try to build the engine, dllwrap.exe gives me the error: "Input line too long". I already made paths as short as possible, but with all those object files, I still get the error.
What can I do? Have I got to get dllwrap source and modify it? There must be some workaround...
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Post by madinitaly »

How stupid I am... that's not a dllwrap.exe problem. The input line is too long for the OS command intepreter. I think I should make something like dllwrap < inputline.txt
Hope it'll work...


*Edit: it didn't work :|
**Edit: for now the only way around this seems to be by manually entering the command dllwrap.exe (options...) *.o (other params...) :roll:
Post Reply