source: Main/2.03E/Platform/win64.mk@ 254

Last change on this file since 254 was 254, checked in by Nishi, on Oct 4, 2024 at 1:08:33 PM

add 2.03E

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