New upstream version 3.1.1
This commit is contained in:
parent
4e9934e5ec
commit
e7b41df57b
229 changed files with 57000 additions and 12055 deletions
19
win32/Makefile
Normal file
19
win32/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# This is not a standalone makefile, it must be called from the toplevel
|
||||
# makefile to inherit the correct environment
|
||||
|
||||
CFLAGS+=-I../include
|
||||
LDFLAGS+=-L..
|
||||
|
||||
.PHONY: all clean install
|
||||
|
||||
all: n2n_win32.a
|
||||
|
||||
n2n_win32.a: getopt1.o getopt.o wintap.o
|
||||
$(AR) rcs $@ $+
|
||||
|
||||
clean:
|
||||
rm -rf n2n_win32.a *.o *.gcno *.gcda
|
||||
|
||||
install:
|
||||
true
|
Loading…
Add table
Add a link
Reference in a new issue