• src/xpdev/xpdev.props

    From Rob Swindell to Git commit to main/sbbs/master on Sunday, December 13, 2020 14:42:29
    https://gitlab.synchro.net/main/sbbs/-/commit/b49632aacfa1e8529dce188d
    Modified Files:
    src/xpdev/xpdev.props
    Log Message:
    Just have all xpdev apps link with winsock import library

    Gave up on trying to isolate socket-enabled (networked) and non-socket apps. Just link everything that uses xpdev (which is everything, I think) with the WinSock import library. Fixes the current master branch build issue on Windows. I'll get around to removing the old NO_SOCKET_SUPPORT macro eventually.
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Saturday, February 10, 2024 16:45:22
    https://gitlab.synchro.net/main/sbbs/-/commit/6a69c9dc7b41923f1ca2d4d5
    Modified Files:
    src/xpdev/xpdev.props
    Log Message:
    Define HAS_INTTYPES_H (for singled-threaded xpdev) here too