Browse Source

Bumped version number and finished fixing up Windows autodetect support.

git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7454 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/ethstream-1.1^0
zacharyc 14 years ago
parent
commit
ec1ae04a5b
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      VERSION
  3. +1
    -0
      netutil.h
  4. +1
    -1
      version.h

+ 1
- 1
Makefile View File

@@ -21,7 +21,7 @@ BINPATH = ${PREFIX}/bin

WINCC = i386-mingw32-gcc
WINCFLAGS += $(CFLAGS)
WINLDFLAGS += $(LDFLAGS) -lws2_32 -s
WINLDFLAGS += $(LDFLAGS) -lws2_32 -liphlpapi -s

# Targets



+ 1
- 1
VERSION View File

@@ -1 +1 @@
1.0
1.1

+ 1
- 0
netutil.h View File

@@ -11,6 +11,7 @@
# define socklen_t int
# define in_addr_t uint32_t
# define in_port_t uint16_t
# include <windows.h>
# include <iphlpapi.h>
# define USE_IPHLPAPI 1
#else


+ 1
- 1
version.h View File

@@ -1,2 +1,2 @@
/* This file was automatically generated. */
#define VERSION "1.0 (2009-01-21)"
#define VERSION "1.1 (2009-04-17)"

Loading…
Cancel
Save