• src/comio/comio.vcxproj src/conio/conio_sdl.vcxproj src/syncterm/SyncT

    From Deuc╨╡ to Git commit to main/sbbs/master on Thursday, June 01, 2023 14:41:19
    https://gitlab.synchro.net/main/sbbs/-/commit/3716849341cc8f2da91e04d0
    Modified Files:
    src/comio/comio.vcxproj src/conio/conio_sdl.vcxproj src/syncterm/SyncTERM.vcxproj st_crypt.c src/uifc/uifc.vcxproj
    Log Message:
    "Fix" SyncTERM MSVC build.

    The sketchiest bit here is removing the uifc -> conio dependency
    which, since it needs to depend on conio_sdl now means if something
    is relying on that, it will need an explicity dependency...

    We'll see what the pipeline says.