From 118df455eeb2f3548478c20f3569565c3f3fb59a Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 26 Sep 2024 03:14:30 +0000 Subject: [PATCH] add cygwin file git-svn-id: file:///raid/svn-personal/tewi/trunk@165 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Platform/cygwin.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Platform/cygwin.mk diff --git a/Platform/cygwin.mk b/Platform/cygwin.mk new file mode 100644 index 0000000..c624c6d --- /dev/null +++ b/Platform/cygwin.mk @@ -0,0 +1,9 @@ +# $Id$ + +CC = cc +AR = ar +CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DNO_IPV6 +LDFLAGS = +LIBS = +EXEC = +LIB = .so -- 2.45.2