Subversion Repositories Tewi

Rev

Rev 240 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
62 nishi 1
# $Id: win64-service.mk 260 2024-10-04 10:28:27Z nishi $
2
 
3
PREFIX = C:/Tewi
4
 
240 nishi 5
PLATFORM_IDENT = WINDOWS
62 nishi 6
CC = x86_64-w64-mingw32-gcc
7
AR = x86_64-w64-mingw32-ar
8
WINDRES = x86_64-w64-mingw32-windres
149 nishi 9
CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DSERVICE -mwindows
62 nishi 10
LDFLAGS = -mwindows
240 nishi 11
LIBS =
62 nishi 12
EXEC = .exe
216 nishi 13
LIBSUF = .dll
260 nishi 14
PREOBJS = gui.res