文件名称:msvc-wine:在Linux上的Wine中设置和运行MSVC的脚本
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-30 17:19:31
Python
在Linux上与MSVC交叉编译
这是可重现的Dockerfile,用于在Linux上与MSVC进行交叉编译,可用作CI样式设置的基础映像。
这将使用与Visual Studio 2017/2019的安装程序相同的安装程序清单下载和解压缩必要的Visual Studio组件。 下载并安装它需要接受许可证,有关最新版本,请访问 。
由于无法重新分发Visual Studio,因此生成的docker映像也不是。
像这样构建docker映像:
docker build .
构建docker映像后,对于/opt/msvc/bin/
【文件预览】:
msvc-wine-master
----hello.c(101B)
----Dockerfile(1KB)
----install.sh(2KB)
----vsdownload.py(24KB)
----Dockerfile.hello(254B)
----lowercase(3KB)
----README.md(1KB)
----wrappers()
--------armasm.exe(6B)
--------cl(86B)
--------rc.exe(2B)
--------ml.exe(2B)
--------nmake(89B)
--------wine-msvc.sh(377B)
--------dumpbin.exe(7B)
--------armasm64.exe(8B)
--------ml(86B)
--------dumpbin(91B)
--------armasm64(92B)
--------link.exe(4B)
--------mt(89B)
--------link(88B)
--------armasm(90B)
--------cmd.exe(3B)
--------lib.exe(3B)
--------ml64.exe(4B)
--------cl.exe(2B)
--------mt.exe(2B)
--------ml64(88B)
--------msvcenv.sh(750B)
--------lib(87B)
--------nmake.exe(5B)
--------cmd(54B)
--------rc(89B)
----fixinclude(898B)