From 6cf9415b72d66ace817c46bfc8558feafcbb8c93 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 15 Apr 2025 20:01:02 -0400 Subject: [PATCH] add define to GNUmakefile build --- sys/windows/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index b7611b61a..b7860caff 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -537,7 +537,7 @@ $(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$@ + $(cc) $(CFLAGSU) -DMINIMAL_FOR_RECOVER $< -o$@ # $(OR): # @mkdir -p $@