oatpp / website

oatpp.io public website
https://oatpp.io/
Apache License 2.0
13 stars 24 forks source link

#27 revert some windows build website changes #28

Closed kushnertodd closed 1 year ago

kushnertodd commented 1 year ago

Removed recommendations to manually edit generated Visual Studio Removed instruction to manually install .pdb file

The latter was found to be necessary to build with Visual Studio 2022 as was adding this to main programs. This should be checked on earlier/other versions.

This was also found to be necessary with Visual Studio 2022, these changes were kept in. This also should be checked, it may be desired to remove these too.

if defined(WIN32) || defined(_WIN32)

pragma comment(lib, "Ws2_32.lib")

endif

lganzzzo commented 1 year ago

Merged!