Differences From Artifact [ffd34fa226]:
- File src/Makefile — part of check-in [4391eeb535] at 2024-07-20 16:45:18 on branch trunk — A few minor fixes (user: js, size: 1080) [annotate] [blame] [check-ins using]
To Artifact [0d0753c570]:
- File src/Makefile — part of check-in [bd82b5a5b1] at 2024-07-20 21:49:30 on branch trunk — Fix needing -fpermissive (user: js, size: 1055) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - | CPPFLAGS += -I../enet/include \ ${SDL_CFLAGS} \ ${GL_CFLAGS} \ ${GLU_CFLAGS} \ ${X11_CFLAGS} \ ${ZLIB_CFLAGS} |