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...
dllwrap problem
-
- Posts: 92
- Joined: Sat Nov 29, 2003 8:30 pm
- Contact:
-
- Posts: 92
- Joined: Sat Nov 29, 2003 8:30 pm
- Contact:
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...)
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...)