29 lines
769 B
Plaintext
29 lines
769 B
Plaintext
|
Required project settings to build in Visual Studio 19:
|
||
|
|
||
|
C/C++ > General
|
||
|
Additional Include Directories
|
||
|
\McRogueFace\platform\windows
|
||
|
\McRogueFace\deps_windows\libtcod-1.23.1-x86_64-msvc\include
|
||
|
\McRogueFace\deps_windows\Python-3.11.1\PC
|
||
|
\McRogueFace\deps_windows\Python-3.11.1\Include
|
||
|
\McRogueFace\deps_windows\posix-stub
|
||
|
\McRogueFace\deps_windows\SFML-2.5.1\include
|
||
|
|
||
|
C/C++ > Preprocessor
|
||
|
Preprocessor Definitions
|
||
|
_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
|
||
|
|
||
|
Linker > General
|
||
|
Additional Library Directories
|
||
|
\McRogueFace\deps_windows\SFML-2.5.1\lib
|
||
|
\McRogueFace\deps_windows\libtcod-1.23.1-x86_64-msvc
|
||
|
\McRogueFace\deps_windows\Python-3.11.1\PCbuild\amd64
|
||
|
|
||
|
Linker > Input
|
||
|
Additional Dependencies
|
||
|
libtcod.lib
|
||
|
sfml-audio.lib
|
||
|
sfml-graphics.lib
|
||
|
sfml-window.lib
|
||
|
sfml-system.lib
|