Windows / MSVC commit. Bring your own Python PCBuild directory, I don't want to upload it to git.

This commit is contained in:
John McCardle 2023-02-23 19:38:41 -08:00
commit 1784489dfb
7 changed files with 959 additions and 0 deletions

View file

@ -0,0 +1,28 @@
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