Skip to content

Commit

Permalink
Try to simplify and improve windows objs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Aug 3, 2023
1 parent 3bf584c commit 567ae8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $< $@
Expand Down

0 comments on commit 567ae8d

Please sign in to comment.