From 28d2ff516c0dac9af0ef42a245363feef3860549 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 15 Apr 2025 19:58:25 -0400 Subject: [PATCH] sys/windows/GNUmakefile recover --- sys/windows/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index 29085431c..b7611b61a 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -523,7 +523,7 @@ CLEAN_FILE += $(MTARGETS) $(MOBJS) # Recover #========================================== OR = $(OBJ) -ROBJS = $(OR)/recover.o +ROBJS = $(OR)/recover.o $(OR)/rversion.o RTARGETS = $(GAMEDIR)/recover.txt $(GAMEDIR)/recover.exe recover: $(RTARGETS) @@ -536,6 +536,8 @@ $(GAMEDIR)/recover.exe: $(ROBJS) $(HLHACKLIB) | $(GAMEDIR) $(OR)/recover.o: $(U)recover.c | $(OR) $(cc) $(CFLAGSU) $< -o$@ +$(OR)/rversion.o: $(SRC)version.c | $(OR) + $(cc) $(CFLAGSU) $< -o$@ # $(OR): # @mkdir -p $@