source:
NEWT0/trunk/platform/MINGW32_NT-5.1
@
1
| Revision 1, 337 bytes checked in by gnue, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | # for MinGW + MSYS |
| 2 | |
| 3 | CC = gcc |
| 4 | YACC = bison -d |
| 5 | LEX = flex |
| 6 | |
| 7 | CFLAGS = $(DEBUG) -O2 -pipe |
| 8 | LIBS = $(EXTLIBS) |
| 9 | LDIMPORT = $(build)/libnewt.a |
| 10 | LDFLAGS = $(DEBUG) -O2 -Wl,--export-all-symbols,--out-implib=$(LDIMPORT) |
| 11 | LDSHARED = $(CC) -shared |
| 12 | |
| 13 | NEWTLIBSUFFIX = dll |
| 14 | NEWT = $(build)/newt.exe |
| 15 | |
| 16 | LIBREGEX = /mingw/lib/libregex.a |
Note: See TracBrowser
for help on using the repository browser.
