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.
parent
aa4c5de9
No related branches found
No related tags found
Showing
- src/build/Common.gmake 10 additions, 0 deletionssrc/build/Common.gmake
- src/conio/GNUmakefile 12 additions, 3 deletionssrc/conio/GNUmakefile
- src/conio/genmap.c 85 additions, 35 deletionssrc/conio/genmap.c
- src/conio/rgbmap.c 0 additions, 0 deletionssrc/conio/rgbmap.c
- src/conio/rgbmap.h 0 additions, 9 deletionssrc/conio/rgbmap.h
- src/conio/scale.c 0 additions, 53 deletionssrc/conio/scale.c
Loading
Please register or sign in to comment