Commit 346095f5 authored by chenhaowen01's avatar chenhaowen01

modified Makefile

parent b72f30c7
...@@ -9,6 +9,7 @@ objects= config.o auth.o ...@@ -9,6 +9,7 @@ objects= config.o auth.o
# detect OS # detect OS
ifeq ($(OS), Windows_NT) ifeq ($(OS), Windows_NT)
# windows # windows
CC=gcc
LIBS+= -lws2_32 LIBS+= -lws2_32
CFLAGS+= -DWIN32 CFLAGS+= -DWIN32
DLLNAME=$(NAME).dll.$(VERSION) DLLNAME=$(NAME).dll.$(VERSION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment