diff Makefile.w32 @ 0:728243125263

Import.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:15:03 +0000
parents
children 6a3a917303e4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.w32	Thu Mar 20 00:15:03 2008 +0000
@@ -0,0 +1,17 @@
+#
+# For win32 version cross-compilation with MiNGW suite @ Linux
+#
+PATH=/usr/local/cross-tools/i386-mingw32/bin:/usr/bin:/bin
+PREFIX=./win32/
+BINPATH=./win32/
+
+# C-compiler, flags and linker flags
+CC=gcc
+CFLAGS=-DHAVE_STRING_H
+LDFLAGS=-L/usr/local/cross-tools/lib -liberty -lws2_32 -s
+
+# Miscellaneous
+RM=rm
+EXEEXT=.exe
+
+include Makefile.gen