Created
November 8, 2024 15:23
-
-
Save proffix4/ef68b1062883db22c95b7002d3118d35 to your computer and use it in GitHub Desktop.
SETTING UP PROJECTS in Visual Studio 2022 on WXWIDGETS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Все конфигурации проекта: --- | |
C/C++ -> Дополнительные каталоги включаемых файлов : $(wxwin)\include\msvc;$(wxwin)\include | |
Компоновщик -> Дополнительные каталоги библиотек : $(wxwin)\lib\vc_x64_lib | |
-------------------------------------------------------- | |
--- Системные переменные Windows: --- | |
wxwin : C:\Users\talip\Projects\wxWidgets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
НАСТРОЙКА ПРОЕКТОВ VISUAL STUDIO 2022 НА WXWIDGETS !