From 567ae8db6b2c91fc2aa8532699427f09dc52a93c Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Wed, 2 Aug 2023 19:00:53 +0100 Subject: [PATCH] Try to simplify and improve windows objs definitions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86a82e5..ee9f541 100644 --- a/Makefile +++ b/Makefile @@ -189,15 +189,15 @@ N2N_OBJS+=src/win32/edge_utils_win32.o N2N_OBJS+=src/win32/getopt1.o N2N_OBJS+=src/win32/getopt.o N2N_OBJS+=src/win32/wintap.o +N2N_OBJS+=src/win32/edge_rc.o +endif src/win32/edge.rc: src/win32/edge.manifest src/win32/edge_rc.o: src/win32/edge.rc $(WINDRES) $< -O coff -o $@ -src/edge: src/win32/edge_rc.o src/edge.exe: src/edge src/supernode.exe: src/supernode -endif %: src/% cp $< $@