• src/xpdev/xpdev_mt.props

    From rswindell@VERT to CVS commit on Tuesday, December 16, 2014 16:47:57
    src/xpdev xpdev_mt.props NONE 1.1
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv6830

    Added Files:
    xpdev_mt.props
    Log Message:
    Ooops. Forgot to commit the new property sheet file now required by many vcxproj's


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, April 24, 2022 19:21:48
    https://gitlab.synchro.net/main/sbbs/-/commit/559a2816d9dab24519102285
    Modified Files:
    src/xpdev/xpdev_mt.props
    Log Message:
    Add winsock library (ws2_32.lib) to multi-threaded xpdev props file

    This additional library was already included in the single-threaded version, so this was just a miss.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, December 27, 2023 17:08:45
    https://gitlab.synchro.net/main/sbbs/-/commit/5755ab4af05b12e1a679a40e
    Modified Files:
    src/xpdev/xpdev_mt.props
    Log Message:
    Define HAS_INTTYPES_H too, fixes new MSVC build error

    syncterm\bbslist.c(778): error C2146: syntax error:
    missing ')' before identifier 'SCNx8

    We aren't defining this standard format macro in gen_defs.h (maybe we should be?) - but as long as MSVC has inttypes.h, seems we should be using that instead.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net