source:
Main/2.03E/Platform/win64.mk@
254
Last change on this file since 254 was 254, checked in by , on Oct 4, 2024 at 1:08:33 PM | |
---|---|
|
|
File size: 272 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | # $Id: win64.mk 254 2024-10-04 04:08:33Z nishi $ |
2 | ||
[25] | 3 | PREFIX = C:/Tewi |
4 | ||
[240] | 5 | PLATFORM_IDENT = WINDOWS |
[6] | 6 | CC = x86_64-w64-mingw32-gcc |
7 | AR = x86_64-w64-mingw32-ar | |
[48] | 8 | WINDRES = x86_64-w64-mingw32-windres |
[43] | 9 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC |
10 | LDFLAGS = | |
[240] | 11 | LIBS = |
[6] | 12 | EXEC = .exe |
[216] | 13 | LIBSUF = .dll |
[254] | 14 | PREOBJS = gui.res |
Note:
See TracBrowser
for help on using the repository browser.