• src/build/Common.gmake src/conio/GNUmakefile genmap.c scale.csrc/conio

    From Deuc╨╡ to Git commit to main/sbbs/master on Friday, May 05, 2023 11:39:24
    https://gitlab.synchro.net/main/sbbs/-/commit/66e3d0204caa10e0440b0a0d
    Modified Files:
    src/build/Common.gmake src/conio/GNUmakefile genmap.c scale.c
    Removed Files:
    src/conio/rgbmap.c rgbmap.h
    Log Message:
    Remove rgbmap.c and rgbmap.h

    Instead, generate these as part of the build and use the .incbin
    macro on GNU-compatible assemblers to build the .o file quickly.

    No good solution for Win32, but genmap could write the C file again
    and take forever building it if/when we need to build rgbmap.obj
    on Win32.