Subversion Repositories Tewi

Rev

Rev 17 | Rev 40 | 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 25 2024-09-14 15:10:29Z 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
7
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/openssl/include
8
LDFLAGS = -L $(PWD)/openssl/lib
8 nishi 9
LIBS = -lws2_32
6 nishi 10
EXEC = .exe
17 nishi 11
LIB = .dll