Subversion Repositories Tewi

Rev

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

# $Id: win64.mk 240 2024-10-03 05:54:55Z nishi $

PREFIX = C:/Tewi

PLATFORM_IDENT = WINDOWS
CC = x86_64-w64-mingw32-gcc
AR = x86_64-w64-mingw32-ar
WINDRES = x86_64-w64-mingw32-windres
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
LDFLAGS =
LIBS = 
EXEC = .exe
LIBSUF = .dll
PREOBJS = tewi.res