I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7881a136 authored by mpc's avatar mpc Committed by zzz
Browse files

moved some files around

parent aaa32895
No related branches found
No related tags found
No related merge requests found
/* 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().
......
......@@ -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
#
......
......@@ -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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment