root/NEWT0/trunk/platform/MINGW32_NT-5.1

Revision 1, 337 bytes (checked in by gnue, 4 years ago)

import project

Line 
1# for MinGW + MSYS
2
3CC = gcc
4YACC = bison -d
5LEX = flex
6
7CFLAGS = $(DEBUG) -O2 -pipe
8LIBS = $(EXTLIBS)
9LDIMPORT = $(build)/libnewt.a
10LDFLAGS = $(DEBUG) -O2 -Wl,--export-all-symbols,--out-implib=$(LDIMPORT)
11LDSHARED = $(CC) -shared
12
13NEWTLIBSUFFIX = dll
14NEWT          = $(build)/newt.exe
15
16LIBREGEX = /mingw/lib/libregex.a
Note: See TracBrowser for help on using the browser.