comparison Makefile.w32 @ 0:728243125263

Import.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:15:03 +0000
parents
children 6a3a917303e4
comparison
equal deleted inserted replaced
-1:000000000000 0:728243125263
1 #
2 # For win32 version cross-compilation with MiNGW suite @ Linux
3 #
4 PATH=/usr/local/cross-tools/i386-mingw32/bin:/usr/bin:/bin
5 PREFIX=./win32/
6 BINPATH=./win32/
7
8 # C-compiler, flags and linker flags
9 CC=gcc
10 CFLAGS=-DHAVE_STRING_H
11 LDFLAGS=-L/usr/local/cross-tools/lib -liberty -lws2_32 -s
12
13 # Miscellaneous
14 RM=rm
15 EXEEXT=.exe
16
17 include Makefile.gen