Subversion Repositories Tewi

Rev

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

Rev Author Line No. Line
6 nishi 1
# $Id: win32.mk 216 2024-10-02 19:31:23Z nishi $
2
 
25 nishi 3
PREFIX = C:/Tewi
4
 
42 nishi 5
CC = i686-w64-mingw32-gcc
6
AR = i686-w64-mingw32-ar
48 nishi 7
WINDRES = i686-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
216 nishi 12
LIBSUF = .dll
48 nishi 13
PREOBJS = tewi.res