ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Platform/win64.mk
Revision: 1.1
Committed: Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Log Message:
update

File Contents

# User Rev Content
1 nishi 1.1 # $Id: win64.mk 255 2024-10-04 04:08:58Z nishi $
2    
3     PREFIX = C:/Tewi
4    
5     PLATFORM_IDENT = WINDOWS
6     CC = x86_64-w64-mingw32-gcc
7     AR = x86_64-w64-mingw32-ar
8     WINDRES = x86_64-w64-mingw32-windres
9     CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
10     LDFLAGS =
11     LIBS =
12     EXEC = .exe
13     LIBSUF = .dll
14     PREOBJS = gui.res