• src/conio/GNUmakefile

    From deuce to CVS commit on Friday, April 24, 2020 21:02:59
    src/conio GNUmakefile 1.42 1.43
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv27344

    Modified Files:
    GNUmakefile
    Log Message:
    We don't need pasteboard with SDL2


  • From deuce to CVS commit on Friday, April 24, 2020 21:06:16
    src/conio GNUmakefile 1.43 1.44
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv27730

    Modified Files:
    GNUmakefile
    Log Message:
    We need this sdlfuncs even with SDL audio now.



  • From deuce to CVS commit on Friday, April 24, 2020 21:07:26
    src/conio GNUmakefile 1.44 1.45
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv27915

    Modified Files:
    GNUmakefile
    Log Message:
    More pasteboard deletion.



  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, May 14, 2021 16:21:07
    https://gitlab.synchro.net/main/sbbs/-/commit/be2e8513d81dca8ac95008e7
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Bah, gmake.
  • From Rob Swindell to Git commit to main/sbbs/master on Thursday, May 20, 2021 01:20:36
    https://gitlab.synchro.net/main/sbbs/-/commit/2d408f0cd00f1c3c5553cef0
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Disable gcc warning about suggested parenthesis

    Deuce doesn't want to add "useless parenthesis" to xbr.c.
    Hopefully Clang will just ignore this -Wno-* option?
    warning: suggest parentheses around ‘&&’ within ‘||’
  • From Rob Swindell to Git commit to main/sbbs/master on Thursday, May 20, 2021 01:42:30
    https://gitlab.synchro.net/main/sbbs/-/commit/1e8ee231c41f58b23f9aaf37
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Don't disable the GCC suggested parenthesis warning here
  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, April 28, 2023 17:35:44
    https://gitlab.synchro.net/main/sbbs/-/commit/ac8d11f4be81f6604d650352
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Don't link with win32gdi unless it's enabled.
  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, May 05, 2023 11:47:25
    https://gitlab.synchro.net/main/sbbs/-/commit/b366a73d3ae0ec795c4c7b41
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Use cc, not $(CC) to build genmap
  • From Deuc╨╡ to Git commit to main/sbbs/master on Friday, May 05, 2023 13:10:49
    https://gitlab.synchro.net/main/sbbs/-/commit/9593cd5e6ea052b5fcc17de2
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Also, don't create intermediary object files for genmap
  • From Deuc╨╡ to Git commit to main/sbbs/master on Sunday, September 22, 2024 22:46:08
    https://gitlab.synchro.net/main/sbbs/-/commit/04840ca1dfa7dc2ffecb3fa9
    Modified Files:
    src/conio/GNUmakefile
    Log Message:
    Apparently ar can't update this when it's fat.

    Hopefully this is the only lib like this (maybe the resources?)