source:
Main/trunk/Platform/win64.mk@
257
Last change on this file since 257 was 255, checked in by , on Oct 4, 2024 at 1:08:58 PM | |
---|---|
|
|
File size: 272 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.