开发者

How to overcome limit of linking multiple object files in make file

开发者 https://www.devze.com 2023-04-05 13:56 出处:网络
I am new to makefile concept. So please can anyone give me example to overcome the problem of linking too many ma开发者_运维百科ke files. Because I am getting error \"fatal error U1095:\" in my make f

I am new to makefile concept. So please can anyone give me example to overcome the problem of linking too many ma开发者_运维百科ke files. Because I am getting error "fatal error U1095:" in my make file.


Assuming windows (since on windows, the command line is limited to 128 characters (?! really - sic?!))

I suggest you use @response files for LINK.EXE and or CL.exe etc.

LINK.EXE @response.tmp

You can store all commandline parameters in the text file without any limit.

Update MSDN calls them Command Files

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号