source: Main/trunk/Platform/win64-service.mk@ 216

Last change on this file since 216 was 216, checked in by Nishi, on Oct 3, 2024 at 4:31:23 AM

fix windows

  • Property svn:keywords set to Id
File size: 286 bytes
Line 
1# $Id: win64-service.mk 216 2024-10-02 19:31:23Z nishi $
2
3PREFIX = C:/Tewi
4
5CC = x86_64-w64-mingw32-gcc
6AR = x86_64-w64-mingw32-ar
7WINDRES = x86_64-w64-mingw32-windres
8CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DSERVICE -mwindows
9LDFLAGS = -mwindows
10LIBS = -lws2_32
11EXEC = .exe
12LIBSUF = .dll
13PREOBJS = tewi.res
Note: See TracBrowser for help on using the repository browser.