Subversion Repositories Tewi

Rev

Rev 43 | Rev 54 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 nishi 1
# $Id: win64.mk 48 2024-09-18 10:14:25Z nishi $
2
 
25 nishi 3
PREFIX = C:/Tewi
4
 
6 nishi 5
CC = x86_64-w64-mingw32-gcc
6
AR = x86_64-w64-mingw32-ar
48 nishi 7
WINDRES = x86_64-w64-mingw32-windres
43 nishi 8
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
9
LDFLAGS =
8 nishi 10
LIBS = -lws2_32
6 nishi 11
EXEC = .exe
17 nishi 12
LIB = .dll
48 nishi 13
PREOBJS = tewi.res