为 32 位和 64 位版本创建文件
我需要创建一个 make 文件,该文件将允许用户选择创建 64 位或 32 位构建。我是新手,不确定最好的方法是什么。有人有什么建议吗?
谢谢
I need to create a make file which will allow the user to choose to create either a 64 or 32 bit build. I'm new to make and am not sure what the best way to do this would be. Does anyone have any suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这篇文章。简而言之,每个体系结构都有单独的输出目录,并展示如何从每个体系结构中查找源代码。
Have a look at this article. The long and short of it is to have separate output directories for each architecture, and show make how to find the source from each of them.
此答案假设您使用 Linux/UNIX。
。
This answer is assumed that you using either Linux/UNIX.
.