Subversion Repositories Tewi

Rev

Rev 8 | Rev 25 | 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 17 2024-09-13 17:41:07Z nishi $
2
 
3
CC = x86_64-w64-mingw32-gcc
4
AR = x86_64-w64-mingw32-ar
5
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/openssl/include
6
LDFLAGS = -L $(PWD)/openssl/lib
8 nishi 7
LIBS = -lws2_32
6 nishi 8
EXEC = .exe
17 nishi 9
LIB = .dll