aboutsummaryrefslogtreecommitdiff
path: root/NetPerfDir
diff options
context:
space:
mode:
Diffstat (limited to 'NetPerfDir')
-rw-r--r--NetPerfDir/inet_ntop.c1
-rw-r--r--NetPerfDir/makefile7
-rw-r--r--NetPerfDir/sources27
-rw-r--r--NetPerfDir/sources~27
4 files changed, 62 insertions, 0 deletions
diff --git a/NetPerfDir/inet_ntop.c b/NetPerfDir/inet_ntop.c
new file mode 100644
index 0000000..a1ceaf0
--- /dev/null
+++ b/NetPerfDir/inet_ntop.c
@@ -0,0 +1 @@
+#include "..\missing\inet_ntop.c" \ No newline at end of file
diff --git a/NetPerfDir/makefile b/NetPerfDir/makefile
new file mode 100644
index 0000000..b90b71d
--- /dev/null
+++ b/NetPerfDir/makefile
@@ -0,0 +1,7 @@
+#
+# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
+# file to this component. This file merely indirects to the real make file
+# that is shared by all the driver components of the Windows NT DDK
+#
+
+!INCLUDE $(NTMAKEENV)\makefile.def \ No newline at end of file
diff --git a/NetPerfDir/sources b/NetPerfDir/sources
new file mode 100644
index 0000000..37f6969
--- /dev/null
+++ b/NetPerfDir/sources
@@ -0,0 +1,27 @@
+TARGETNAME=netperf
+TARGETPATH=OBJ
+TARGETTYPE=PROGRAM
+
+LINKLIBS= \
+ $(SDK_LIB_PATH)\kernel32.lib \
+ $(SDK_LIB_PATH)\ws2_32.lib \
+ $(SDK_LIB_PATH)\wsock32.lib
+
+USE_MSVCRT=1
+UMTYPE=console
+
+INCLUDES=$(SDK_INC_PATH);.
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_STRUCT_SOCKADDR_STORAGE -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS
+
+SOURCES= \
+ ..\netcpu_ntperf.c \
+ ..\netlib.c \
+ ..\netsh.c \
+ ..\nettest_bsd.c \
+ inet_ntop.c \
+ ..\netperf.c
+
+
diff --git a/NetPerfDir/sources~ b/NetPerfDir/sources~
new file mode 100644
index 0000000..57d231b
--- /dev/null
+++ b/NetPerfDir/sources~
@@ -0,0 +1,27 @@
+TARGETNAME=netperf
+TARGETPATH=OBJ
+TARGETTYPE=PROGRAM
+
+LINKLIBS= \
+ $(SDK_LIB_PATH)\kernel32.lib \
+ $(SDK_LIB_PATH)\ws2_32.lib \
+ $(SDK_LIB_PATH)\wsock32.lib
+
+USE_CRTDLL=1
+UMTYPE=console
+
+INCLUDES=$(SDK_INC_PATH);.
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS
+
+SOURCES= \
+ ..\netcpu_ntperf.c \
+ ..\netlib.c \
+ ..\netsh.c \
+ ..\nettest_bsd.c \
+ inet_ntop.c \
+ ..\netperf.c
+
+