mirror of
https://github.com/ntop/n2n.git
synced 2024-11-23 09:54:05 +08:00
Try to simplify and improve windows objs definitions
This commit is contained in:
parent
3bf584c580
commit
567ae8db6b
4
Makefile
4
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 $< $@
|
||||
|
Loading…
Reference in New Issue
Block a user