Subversion Repositories Tewi

Rev

Rev 42 | Rev 54 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# $Id: win32.mk 43 2024-09-18 09:19:03Z nishi $

PREFIX = C:/Tewi

CC = i686-w64-mingw32-gcc
AR = i686-w64-mingw32-ar
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
LDFLAGS =
LIBS = -lws2_32
EXEC = .exe
LIB = .dll