Subversion Repositories Tewi

Rev

Rev 6 | Rev 17 | 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 8 2024-09-13 11:18:23Z 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