source:
Main/trunk/Platform/win32.mk@
62
Last change on this file since 62 was 62, checked in by , on Sep 19, 2024 at 5:02:26 AM | |
---|---|
|
|
File size: 247 bytes |
Line | |
---|---|
1 | # $Id: win32.mk 62 2024-09-18 20:02:26Z nishi $ |
2 | |
3 | PREFIX = C:/Tewi |
4 | |
5 | CC = i686-w64-mingw32-gcc |
6 | AR = i686-w64-mingw32-ar |
7 | WINDRES = i686-w64-mingw32-windres |
8 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC |
9 | LDFLAGS = |
10 | LIBS = -lws2_32 |
11 | EXEC = .exe |
12 | LIB = .dll |
13 | PREOBJS = tewi.res |
Note:
See TracBrowser
for help on using the repository browser.