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

Last change on this file since 255 was 240, checked in by Nishi, on Oct 3, 2024 at 2:54:55 PM

winsock1 support

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