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

Last change on this file since 401 was 260, checked in by Nishi, on Oct 4, 2024 at 7:28:27 PM

fix

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