How do you pack a visual studio c++ project for release?

前端 未结 6 1565
谎友^
谎友^ 2020-12-02 17:06

I\'m wondering how to make a release build that includes all necessary dll files into the .exe so the program can be run on a non-development machine without it having to in

6条回答
  •  有刺的猬
    2020-12-02 17:28

    You should use a static link and add all libraries you need under additional dependencies.

提交回复
热议问题