diff Makefile.w32 @ 197:e0ec2280a778

Implement browser launching on Windows via ShellExecute().
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 09:57:32 +0200
parents 829457be9eea
children 5ef630818bef
line wrap: on
line diff
--- a/Makefile.w32	Wed Nov 17 05:13:12 2010 +0200
+++ b/Makefile.w32	Wed Nov 17 09:57:32 2010 +0200
@@ -11,7 +11,7 @@
 CFLAGS=-DHAVE_STRING_H -Ipdcurses
 
 # Library path must be defined correctly here
-LDFLAGS=-L/usr/local/i386-mingw32/lib/ -lmingw32 -liberty -lws2_32 -s
+LDFLAGS=-L/usr/local/i386-mingw32/lib/ -liberty -lws2_32 -lole32 -s
 
 # Link PDCurses static library here .. you will want to change this
 ifeq ($(SDL),y)