source:
Main/trunk/Platform/win32-service.mk@
260
Last change on this file since 260 was 260, checked in by , on Oct 4, 2024 at 7:28:27 PM | |
---|---|
|
|
File size: 296 bytes |
Line | |
---|---|
1 | # $Id: win32-service.mk 260 2024-10-04 10:28:27Z nishi $ |
2 | |
3 | PREFIX = C:/Tewi |
4 | |
5 | PLATFORM_IDENT = WINDOWS |
6 | CC = i686-w64-mingw32-gcc |
7 | AR = i686-w64-mingw32-ar |
8 | WINDRES = i686-w64-mingw32-windres |
9 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DSERVICE -mwindows |
10 | LDFLAGS = -mwindows |
11 | LIBS = |
12 | EXEC = .exe |
13 | LIBSUF = .dll |
14 | PREOBJS = gui.res |
Note:
See TracBrowser
for help on using the repository browser.