Git Repos / fte_dogmode / qc / Makefile
Last update to this file was on 2024-07-17 at 11:21.
Show Makefile
CC=fteqcc64
CCOPTS=-Wall -O3
client:
$(CC) $(CCOPTS) cl_progs.src
server:
$(CC) $(CCOPTS) sv_progs.src
Return to the top of this page or return to the overview of this repo.
Log Makefile
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2024-07-17 | pmove changes, smooth crouching | cev | +1 | -1 |
2024-06-26 | pmove fixes, GL now a faux tribolt, wall climbing | cev | +1 | -1 |
2024-03-24 | 2nd pass refactor, rework QC class structure | cev | +5 | -2 |
2023-11-20 | changes to movement, build environment, file reorg | cev | +5 |
Return to the top of this page or return to the overview of this repo.