source: Main/trunk/Platform/cygwin.mk@ 165

Last change on this file since 165 was 165, checked in by Nishi, on Sep 26, 2024 at 12:14:30 PM

add cygwin file

  • Property svn:keywords set to Id
File size: 135 bytes
Line 
1# $Id: cygwin.mk 165 2024-09-26 03:14:30Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DNO_IPV6
6LDFLAGS =
7LIBS =
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.