moved some files around

This commit is contained in:
mpc
2004-08-27 01:29:18 +00:00
committed by zzz
parent aaa328950e
commit 7881a13610
5 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
/* vi:set ts=4: */
v1.30
* Added SAM_BAD_STYLE error
v1.25 2004-07-31
* Created I2P-Ping, a new example program (it's a clone of I2Ping). Works
on Posix only, because it uses getopt().

View File

@ -15,7 +15,7 @@ RM = C:\Dev-Cpp\bin\rm
CFLAGS = -g -O2 -pipe -std=c99 -Wall
CFLAGS += -DWINSOCK
CFLAGS += -I../inc -L../lib
CFLAGS += -I../../inc -L../../lib
LIBS = -lsam -lwsock32
#

View File

@ -14,7 +14,7 @@ RM = rm
#
CFLAGS = -g -O2 -pipe -std=c99 -Wall
CFLAGS += -I../inc -L../lib
CFLAGS += -I../../inc -L../../lib
LIBS = -lsam
#